Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 8 of 8) 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/content/src/android/content/cts/
DImageCaptureActivity.java90 Uri filePath = clipData.getItemAt(0).getUri(); in getFileFromIntent() local
DReadableFileReceiverActivity.java92 Uri filePath = clipData.getItemAt(i).getUri(); in getFilesFromIntent() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DDngCreatorTest.java123 String filePath = DEBUG_FILE_NAME_BASE + "camera_" + deviceId + "_" + in testSingleImageBasic() local
234 String filePath = DEBUG_FILE_NAME_BASE + "camera_" + deviceId + "_" + in testSingleImageThumbnail() local
DCameraTestUtils.java757 String filePath) { in validateImage()
823 private static void validateJpegData(byte[] jpegData, int width, int height, String filePath) { in validateJpegData()
844 long ts, String filePath) { in validateYuvData()
860 long ts, String filePath) { in validateRaw16Data()
/cts/tests/webgl/src/android/webgl/cts/
DZipUtil.java63 File filePath) throws Exception { in unzipToPath()
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechWrapper.java178 public static boolean isSoundFile(String filePath) { in isSoundFile()
/cts/tests/tests/media/src/android/media/cts/
DImageReaderDecoderTest.java339 String filePath) { in validateImage()