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

This commit is contained in:
James Dong
2010-08-03 09:59:11 -07:00
committed by Android (Google) Code Review

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
// recorded
@LargeTest
public void testRecordVidedAudioMemoryUsage() throws Exception {
public void testRecordVideoAudioMemoryUsage() throws Exception {
boolean memoryResult = false;
mStartPid = getMediaserverPid();