Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 9 of 9) 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/common/device-side/device-info/tests/src/com/android/compatibility/common/deviceinfo/
DDeviceInfoActivityTest.java65 private String readFile(String filePath) throws IOException { in readFile()
/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/tools/utils/
DbuildCts.py33 def ReadFileLines(filePath): argument
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechWrapper.java247 public static boolean isSoundFile(String filePath) { in isSoundFile()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DCameraTestUtils.java1293 String filePath) { in validateImage()
1366 private static void validateJpegData(byte[] jpegData, int width, int height, String filePath) { in validateJpegData()
1387 long ts, String filePath) { in validateYuvData()
1403 long ts, String filePath) { in validateRaw16Data()
1420 long ts, String filePath) { in validateDepth16Data()
1438 long ts, String filePath) { in validateDepthPointCloudData()
DDngCreatorTest.java235 String filePath = DEBUG_FILE_NAME_BASE + "/camera_thumb_" + deviceId + "_" + in testSingleImageThumbnail() local
/cts/tests/tests/media/src/android/media/cts/
DImageReaderDecoderTest.java604 Image image, int width, int height, int format, String filePath) { in validateImage()