Searched refs:assert3ALockState (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraTest.java | 2985 assert3ALockState("Lock not released after open()", type, false); in subtestLockCommon() 2989 assert3ALockState("Lock could not be set before 1st preview!", in subtestLockCommon() 2993 assert3ALockState("Lock could not be unset before 1st preview!", in subtestLockCommon() 2998 assert3ALockState("Lock state changed by preview start!", type, false); in subtestLockCommon() 3002 assert3ALockState("Lock could not be set during preview!", type, true); in subtestLockCommon() 3005 assert3ALockState("Lock could not be unset during preview!", in subtestLockCommon() 3011 assert3ALockState("Lock was cleared by stopPreview!", type, true); in subtestLockCommon() 3016 assert3ALockState("Lock state changed by preview start!", type, true); in subtestLockCommon() 3023 assert3ALockState("Lock state was cleared by takePicture!", type, true); in subtestLockCommon() 3040 assert3ALockState("Lock was set by autoFocus in mode: " + focusMode, type, false); in subtestLockCommon() [all …]
|