Searched refs:noLockCnt (Results 1 – 1 of 1) sorted by relevance
2269 int noLockCnt = 0; in verifyBlackLevelLockResults() local2277 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()