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 | 149 protected Resolution mMaxRes = null; 176 protected static final Resolution[] RESOLUTIONS = { 177 new Resolution(176, 144), 178 new Resolution(480, 360), 179 new Resolution(720, 480), 180 new Resolution(1280, 720), 181 new Resolution(1920, 1080) 215 protected static final class Resolution { class in MediaPreparer 225 private Resolution(int width, int height) { in Resolution() method in MediaPreparer.Resolution 230 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 | 146 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) { in testCopyMediaFiles() 169 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) { in testMediaFilesExistOnDeviceTrue() 317 for (MediaPreparer.Resolution resolution : MediaPreparer.RESOLUTIONS) { in testMediaDownloadOnly_existsOnDevice()
|