Searched defs:onDeviceUnlocked (Results 1 – 2 of 2) sorted by relevance
78 void onDeviceUnlocked(in int userId, in @nullable byte[] password); in onDeviceUnlocked() method
247 fn onDeviceUnlocked(&self, user_id: i32, password: Option<&[u8]>) -> BinderResult<()> { in onDeviceUnlocked() method