Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java80 public static int getDuration(String filePath) { in getDuration()
96 public static boolean getCurrentPosition(String filePath) { in getCurrentPosition()
126 public static boolean seekTo(String filePath) { in seekTo()
150 public static boolean setLooping(String filePath) { in setLooping()
188 public static boolean pause(String filePath) throws Exception { in pause()
217 public static void prepareStopRelease(String filePath) throws Exception { in prepareStopRelease()
226 public static void preparePauseRelease(String filePath) throws Exception { in preparePauseRelease()
246 public static int videoHeight(String filePath) throws Exception { in videoHeight()
281 public static int videoWidth(String filePath) throws Exception { in videoWidth()
317 public static boolean videoSeekTo(String filePath) throws Exception { in videoSeekTo()
[all …]
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechWrapper.java178 public static boolean isSoundFile(String filePath) { in isSoundFile()