Loading media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/MediaPlayerPerformance.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/MediaPlayerPerformance.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading