Searched refs:notifyLockedProfile (Results 1 – 6 of 6) sorted by relevance
440 public abstract void notifyLockedProfile(@UserIdInt int userId, int currentUserId); in notifyLockedProfile() method in ActivityTaskManagerInternal
6898 public void notifyLockedProfile(@UserIdInt int userId, int currentUserId) { in notifyLockedProfile() method in ActivityTaskManagerService.LocalService
533 void notifyLockedProfile(int userId); in notifyLockedProfile() method
1257 ActivityManager.getService().notifyLockedProfile(userId);
8383 public void notifyLockedProfile(@UserIdInt int userId) { in notifyLockedProfile() method in ActivityManagerService8384 mAtmInternal.notifyLockedProfile(userId, mUserController.getCurrentUserId()); in notifyLockedProfile()
6379 PLcom/android/server/am/ActivityManagerService;->notifyLockedProfile(I)V35485 PLcom/android/server/wm/ActivityTaskManagerService$LocalService;->notifyLockedProfile(II)V