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

Commit a788026f authored by James Dong's avatar James Dong Committed by Android (Google) Code Review
Browse files

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

parents 23796e3b a9015bb2
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();