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