Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java152 private static final int PERFORMANCE_CLASS_R = Build.VERSION_CODES.R; field in ItsService
1087 || Build.VERSION.MEDIA_PERFORMANCE_CLASS == PERFORMANCE_CLASS_R);
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3520 private static final int PERFORMANCE_CLASS_R = Build.VERSION_CODES.R; field in CameraTestUtils
3527 return Build.VERSION.MEDIA_PERFORMANCE_CLASS == PERFORMANCE_CLASS_R; in isRPerfClass()