Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DCamcorderProfileTest.java71 private CamcorderProfile getWithOptionalId(int quality, int cameraId) { in getWithOptionalId() method in CamcorderProfileTest
217 CamcorderProfile profile = getWithOptionalId(quality, cameraId); in checkSpecificProfiles()
263 CamcorderProfile profile = getWithOptionalId(quality, cameraId); in checkGet()
282 getWithOptionalId(CamcorderProfile.QUALITY_HIGH_SPEED_LOW, cameraId); in checkGet()
286 getWithOptionalId(CamcorderProfile.QUALITY_HIGH_SPEED_HIGH, cameraId); in checkGet()
321 getWithOptionalId(CamcorderProfile.QUALITY_LOW, cameraId); in checkGet()
323 getWithOptionalId(CamcorderProfile.QUALITY_HIGH, cameraId); in checkGet()
325 getWithOptionalId(CamcorderProfile.QUALITY_TIME_LAPSE_LOW, cameraId); in checkGet()
327 getWithOptionalId(CamcorderProfile.QUALITY_TIME_LAPSE_HIGH, cameraId); in checkGet()