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.java2965 assert3ALockState("Lock not released after open()", type, false); in subtestLockCommon()
2969 assert3ALockState("Lock could not be set before 1st preview!", in subtestLockCommon()
2973 assert3ALockState("Lock could not be unset before 1st preview!", in subtestLockCommon()
2978 assert3ALockState("Lock state changed by preview start!", type, false); in subtestLockCommon()
2982 assert3ALockState("Lock could not be set during preview!", type, true); in subtestLockCommon()
2985 assert3ALockState("Lock could not be unset during preview!", in subtestLockCommon()
2991 assert3ALockState("Lock was cleared by stopPreview!", type, true); in subtestLockCommon()
2996 assert3ALockState("Lock state changed by preview start!", type, true); in subtestLockCommon()
3003 assert3ALockState("Lock state was cleared by takePicture!", type, true); in subtestLockCommon()
3020 assert3ALockState("Lock was set by autoFocus in mode: " + focusMode, type, false); in subtestLockCommon()
[all …]