Searched refs:incomingUserId (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/content/ |
D | ContentProvider.java | 902 private boolean isContentRedirectionAllowedForUser(int incomingUserId) { in isContentRedirectionAllowedForUser() argument 904 int incomingUserIdIndex = mUsersRedirectedToOwnerForMedia.indexOfKey(incomingUserId); in isContentRedirectionAllowedForUser() 911 if (um != null && um.getUserProperties(UserHandle.of(incomingUserId)) in isContentRedirectionAllowedForUser() 913 UserHandle parent = um.getProfileParent(UserHandle.of(incomingUserId)); in isContentRedirectionAllowedForUser() 915 mUsersRedirectedToOwnerForMedia.put(incomingUserId, true); in isContentRedirectionAllowedForUser() 920 mUsersRedirectedToOwnerForMedia.put(incomingUserId, false); in isContentRedirectionAllowedForUser()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 4720 int incomingUserId) { 4723 Binder.getCallingUid(), incomingUserId, true, false, 7309 int incomingUserId, boolean byForegroundService) { 7311 incomingUserId, false /* postSilently */, byForegroundService); 7316 int incomingUserId, boolean postSilently, boolean byForegroundService) { 7321 notification, incomingUserId, postSilently, tracker, byForegroundService); 7346 final Notification notification, int incomingUserId, boolean postSilently, 7359 callingUid, incomingUserId, true, false, "enqueueNotification", pkg); 7374 + " trying to post for invalid pkg " + pkg + " in user " + incomingUserId); 7449 + ", incomingUserId=" + incomingUserId
|