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.java1615 int noLockCnt = 0; in verifyBlackLevelLockResults() local
1623 noLockCnt++; in verifyBlackLevelLockResults()
1630 assertTrue("Black level lock OFF occurs " + noLockCnt + " times, expect at most " in verifyBlackLevelLockResults()
1631 + maxLockOffCnt + " for camera " + mCamera.getId(), noLockCnt <= maxLockOffCnt); in verifyBlackLevelLockResults()