Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/cts/
DCameraTest.java2994 assert3ALockState("Lock not released after open()", type, false); in subtestLockCommon()
2998 assert3ALockState("Lock could not be set before 1st preview!", in subtestLockCommon()
3002 assert3ALockState("Lock could not be unset before 1st preview!", in subtestLockCommon()
3007 assert3ALockState("Lock state changed by preview start!", type, false); in subtestLockCommon()
3011 assert3ALockState("Lock could not be set during preview!", type, true); in subtestLockCommon()
3014 assert3ALockState("Lock could not be unset during preview!", in subtestLockCommon()
3020 assert3ALockState("Lock was cleared by stopPreview!", type, true); in subtestLockCommon()
3025 assert3ALockState("Lock state changed by preview start!", type, true); in subtestLockCommon()
3032 assert3ALockState("Lock state was cleared by takePicture!", type, true); in subtestLockCommon()
3049 assert3ALockState("Lock was set by autoFocus in mode: " + focusMode, type, false); in subtestLockCommon()
[all …]