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

  /external/autotest/client/site_tests/video_WebRtcMediaRecorder/
mediarecorder_test_utils.js 8 function waitDuration(duration) {
  /frameworks/support/media/version-compat-tests/current/service/src/androidTest/java/android/support/mediacompat/service/
MediaSessionCompatCallbackTest.java 286 final long waitDuration = 100L;
287 Thread.sleep(waitDuration);
289 final long expectedUpdateTime = waitDuration + stateSetTime;
290 final long expectedPosition = (long) (TEST_PLAYBACK_SPEED * waitDuration) + TEST_POSITION;
    [all...]
  /frameworks/support/media/version-compat-tests/previous/service/src/androidTest/java/android/support/mediacompat/service/
MediaSessionCompatCallbackTest.java 284 final long waitDuration = 100L;
285 Thread.sleep(waitDuration);
287 final long expectedUpdateTime = waitDuration + stateSetTime;
288 final long expectedPosition = (long) (TEST_PLAYBACK_SPEED * waitDuration) + TEST_POSITION;
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 409 long waitDuration = scriptElapsedTime - realElapsedTime;
410 mQ.addLast(new MonkeyWaitEvent(waitDuration));
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]

Completed in 426 milliseconds