Home
last modified time | relevance | path

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

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