am a788026f: Merge "Fixed a typo in a method name of MediaPlayerPerformance.java class" into gingerbread

Merge commit 'a788026fd35eee2190dc7635e1fdbc781f6ef668' into gingerbread-plus-aosp

* commit 'a788026fd35eee2190dc7635e1fdbc781f6ef668':
  Fixed a typo in a method name of MediaPlayerPerformance.java class
This commit is contained in:
James Dong
2010-08-03 10:10:31 -07:00
committed by Android Git Automerger

View File

@@ -518,7 +518,7 @@ public class MediaPlayerPerformance extends ActivityInstrumentationTestCase<Medi
// Test case 6: Capture the memory usage after every 20 video and audio // Test case 6: Capture the memory usage after every 20 video and audio
// recorded // recorded
@LargeTest @LargeTest
public void testRecordVidedAudioMemoryUsage() throws Exception { public void testRecordVideoAudioMemoryUsage() throws Exception {
boolean memoryResult = false; boolean memoryResult = false;
mStartPid = getMediaserverPid(); mStartPid = getMediaserverPid();