Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureRequestTest.java2269 int noLockCnt = 0; in verifyBlackLevelLockResults() local
2277 noLockCnt++; in verifyBlackLevelLockResults()
2284 assertTrue("Black level lock OFF occurs " + noLockCnt + " times, expect at most " in verifyBlackLevelLockResults()
2285 + maxLockOffCnt + " for camera " + mCamera.getId(), noLockCnt <= maxLockOffCnt); in verifyBlackLevelLockResults()