Searched refs:onUserLockChanged (Results 1 – 6 of 6) sorted by relevance
86 void onUserLockChanged(int userId, boolean unlocked); in onUserLockChanged() method196 callback.onUserLockChanged(userHandle, unlocked); in setUserLockStatus()
111 public void onUserLockChanged(@UserIdInt int userId, boolean unlocked) {
191 public void onUserLockChanged(int userId, boolean unlocked) { in onUserLockChanged() method in VendorServiceController
135 public void onUserLockChanged(@UserIdInt int userId, boolean unlocked) {
126 public void onUserLockChanged(int userId, boolean unlocked) {
1047 mClientManager.mUserCallback.onUserLockChanged(foregroundUserId, isForegroundUserUnlocked); in notifyUserUnlocked()