Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/helpers/
DCameraUtils.java39 public static boolean isLegacyHAL(Context context, int cameraId) throws Exception { in isLegacyHAL() method in CameraUtils
/cts/tests/camera/src/android/hardware/cts/
DCamera_SizeTest.java74 if (CameraUtils.isLegacyHAL(getContext(), id)) { in testMaxAspectRatios()