From a56e653130f2253edb97fe3a5feb18789c29ec9e Mon Sep 17 00:00:00 2001 From: Yu Shan Emily Lau Date: Fri, 25 Sep 2009 00:07:47 -0700 Subject: [PATCH] Added the checking for the wma in the memory test. --- .../performance/MediaPlayerPerformance.java | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/MediaPlayerPerformance.java b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/MediaPlayerPerformance.java index 01c0920ea492c..0ae354a49ccad 100644 --- a/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/MediaPlayerPerformance.java +++ b/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/MediaPlayerPerformance.java @@ -40,6 +40,7 @@ import java.io.FileWriter; import java.io.BufferedWriter; import android.media.MediaMetadataRetriever; +import com.android.mediaframeworktest.MediaProfileReader; /** * Junit / Instrumentation - performance measurement for media player and @@ -384,23 +385,24 @@ public class MediaPlayerPerformance extends ActivityInstrumentationTestCase