Home
last modified time | relevance | path

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

/system/security/keystore2/aidl/android/security/authorization/
DLockScreenEvent.aidl20 UNLOCK = 0, enumConstant
/system/security/keystore2/src/
Dauthorization.rs143 (LockScreenEvent::UNLOCK, Some(password)) => { in on_lock_screen_event()
179 (LockScreenEvent::UNLOCK, None) => { in on_lock_screen_event()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_test.cpp694 enum class Request { UNKNOWN, LOCK_SHARED, LOCK_EXCLUSIVE, UNLOCK, EXIT }; enumerator
701 case Request::UNLOCK: in operator <<()
764 case Request::UNLOCK: { in HandleRequests()
829 ASSERT_TRUE(first_consumer.MakeRequest(Request::UNLOCK)); in TEST_P()