Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java154 private static final int PERFORMANCE_CLASS_S = Build.VERSION_CODES.R + 1; field in ItsService
1086 boolean isPerfClass = (Build.VERSION.MEDIA_PERFORMANCE_CLASS == PERFORMANCE_CLASS_S
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java3741 private static final int PERFORMANCE_CLASS_S = Build.VERSION_CODES.R + 1; field in CameraTestUtils
3754 return Build.VERSION.MEDIA_PERFORMANCE_CLASS == PERFORMANCE_CLASS_S; in isSPerfClass()