Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 3 of 3) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparerTest.java144 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) { in testCopyMediaFiles()
145 if (resolution.getWidth() > MediaPreparer.RESOLUTIONS[1].getWidth()) { in testCopyMediaFiles()
150 resolution.toString()); in testCopyMediaFiles()
152 resolution.toString()); in testCopyMediaFiles()
167 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) { in testMediaFilesExistOnDeviceTrue()
169 resolution.toString()); in testMediaFilesExistOnDeviceTrue()
171 resolution.toString()); in testMediaFilesExistOnDeviceTrue()
265 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) { in testMediaDownloadOnly_existsOnDevice()
266 if (resolution.getWidth() > MediaPreparer.RESOLUTIONS[1].getWidth()) { in testMediaDownloadOnly_existsOnDevice()
272 "%s%s", mMediaPreparer.mBaseDeviceShortDir, resolution.toString()); in testMediaDownloadOnly_existsOnDevice()
[all …]
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DMediaPreparer.java210 private Resolution(String resolution) { in Resolution() argument
212 Matcher matcher = pattern.matcher(resolution); in Resolution()
248 for (Resolution resolution : RESOLUTIONS) { in mediaFilesExistOnDevice()
249 if (resolution.width > mMaxRes.width) { in mediaFilesExistOnDevice()
252 String deviceShortFilePath = mBaseDeviceShortDir + resolution.toString(); in mediaFilesExistOnDevice()
253 String deviceFullFilePath = mBaseDeviceFullDir + resolution.toString(); in mediaFilesExistOnDevice()
476 for (Resolution resolution : RESOLUTIONS) { in copyVideoFiles()
477 if (resolution.width > mMaxRes.width) { in copyVideoFiles()
481 String deviceShortFilePath = mBaseDeviceShortDir + resolution.toString(); in copyVideoFiles()
482 String deviceFullFilePath = mBaseDeviceFullDir + resolution.toString(); in copyVideoFiles()
[all …]
/test/dittosuite/
DDoxyfile724 # type resolution of all parameters of a function it will reject a match between