Home
last modified time | relevance | path

Searched defs:onDeviceUnlocked (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore2/aidl/android/security/authorization/
DIKeystoreAuthorization.aidl78 void onDeviceUnlocked(in int userId, in @nullable byte[] password); in onDeviceUnlocked() method
/system/security/keystore2/src/
Dauthorization.rs247 fn onDeviceUnlocked(&self, user_id: i32, password: Option<&[u8]>) -> BinderResult<()> { in onDeviceUnlocked() method