Searched refs:Resolution (Results 1 – 2 of 2) sorted by relevance
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | MediaPreparer.java | 144 protected Resolution mMaxRes = null; 171 protected static final Resolution[] RESOLUTIONS = { 172 new Resolution(176, 144), 173 new Resolution(480, 360), 174 new Resolution(720, 480), 175 new Resolution(1280, 720), 176 new Resolution(1920, 1080) 195 protected static final class Resolution { class in MediaPreparer 205 private Resolution(int width, int height) { in Resolution() method in MediaPreparer.Resolution 210 private Resolution(String resolution) { in Resolution() method in MediaPreparer.Resolution [all …]
|
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/targetprep/ |
D | MediaPreparerTest.java | 144 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) { in testCopyMediaFiles() 167 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) { in testMediaFilesExistOnDeviceTrue() 265 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) { in testMediaDownloadOnly_existsOnDevice()
|