Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9b84e8df authored by James Dong's avatar James Dong Committed by Android Git Automerger
Browse files

am a788026f: Merge "Fixed a typo in a method name of...

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

Merge commit 'a788026f' into gingerbread-plus-aosp

* commit 'a788026f':
  Fixed a typo in a method name of MediaPlayerPerformance.java class
parents 51a260d8 a788026f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();