HomeSort by relevance Sort by last modified time
    Searched refs:mMethodUnderTest (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateUnitTestTemplate.java 47 private MediaRecorderMethodUnderTest mMethodUnderTest = null;
56 mMethodUnderTest = testMethod;
57 if (mMethodUnderTest != null) { // Method under test has been set?
59 mMethodUnderTest.checkStateErrors(mStateErrors);
70 Log.v(TAG, "call " + mMethodUnderTest + ": started in state " + state);
73 mMethodUnderTest.invokeMethodUnderTest(mMediaRecorder);
77 Log.v(TAG, "call " + mMethodUnderTest + ": ended in state " + state);
118 if (mMethodUnderTest.toString() != "setAudioSource()") {
163 if (mMethodUnderTest.toString() != "setAudioEncoder()") {
167 if (mMethodUnderTest.toString() != "setOutputFile()")
    [all...]
MediaPlayerStateUnitTestTemplate.java 53 private MediaPlayerMethodUnderTest mMethodUnderTest = null;
80 mMethodUnderTest = testMethod;
81 if (mMethodUnderTest != null) { // Method under test has been set?
94 mMethodUnderTest.checkStateErrors(mStateErrors);
156 Log.v(TAG, "call " + mMethodUnderTest + ": started in state " + state);
158 mMethodUnderTest.invokeMethodUnderTest(mMediaPlayer);
166 Log.v(TAG, "call " + mMethodUnderTest + ": ended in state " + state);
504 mMethodUnderTest = null;

Completed in 88 milliseconds