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

  /cts/tests/tests/mediastress/src/android/mediastress/cts/
CodecTest.java 351 public static boolean seekToEnd(String filePath) {
352 Log.v(TAG, "seekToEnd - " + filePath);
368 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
395 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
425 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CodecTest.java 376 public static boolean seekToEnd(String filePath){
377 Log.v(TAG, "seekToEnd - " + filePath);
393 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
420 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);
450 Log.v(TAG, "seekToEnd currentPosition= " + currentPosition + " isPlaying = " + isPlaying);

Completed in 362 milliseconds