Searched refs:notifyLockedProfile (Results 1 – 5 of 5) sorted by relevance
451 public abstract void notifyLockedProfile(@UserIdInt int userId, int currentUserId); in notifyLockedProfile() method in ActivityTaskManagerInternal
6874 public void notifyLockedProfile(@UserIdInt int userId, int currentUserId) { in notifyLockedProfile() method in ActivityTaskManagerService.LocalService
522 void notifyLockedProfile(int userId); in notifyLockedProfile() method
1209 ActivityManager.getService().notifyLockedProfile(userId);
7913 public void notifyLockedProfile(@UserIdInt int userId) { in notifyLockedProfile() method in ActivityManagerService7914 mAtmInternal.notifyLockedProfile(userId, mUserController.getCurrentUserId()); in notifyLockedProfile()