Searched defs:parentUserId (Results 1 – 9 of 9) sorted by relevance
| /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
| D | CertificateMonitor.java | 181 int parentUserId = userHandle.getIdentifier(); in buildNotification() local
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | UserManagerInternal.java | 313 public abstract void setDefaultCrossProfileIntentFilters( in setDefaultCrossProfileIntentFilters()
|
| D | UserManagerService.java | 1026 int parentUserId = profile.profileGroupId; in getProfileParentLU() local 3800 Bundle profileRestrictions, @UserIdInt int parentUserId) { in setDefaultCrossProfileIntentFilters() 4031 public UserInfo createRestrictedProfileWithThrow(@Nullable String name, int parentUserId) { in createRestrictedProfileWithThrow() 4436 private void sendProfileRemovedBroadcast(int parentUserId, int removedUserId) { in sendProfileRemovedBroadcast() 5712 public void setDefaultCrossProfileIntentFilters( in setDefaultCrossProfileIntentFilters() 5833 int getFreeProfileBadgeLU(int parentUserId, String userType) { in getFreeProfileBadgeLU()
|
| D | PackageManagerShellCommand.java | 2623 int parentUserId = userId >= 0 ? userId : UserHandle.USER_SYSTEM; in runCreateUser() local
|
| D | PackageManagerService.java | 2029 int flags, int sourceUserId, int parentUserId); in getCrossProfileDomainPreferredLpr() 2936 String resolvedType, int flags, int sourceUserId, int parentUserId) { in getCrossProfileDomainPreferredLpr() 5178 String resolvedType, int flags, int sourceUserId, int parentUserId) { in getCrossProfileDomainPreferredLpr() 10826 String resolvedType, int flags, int sourceUserId, int parentUserId) { in getCrossProfileDomainPreferredLpr()
|
| /frameworks/base/services/core/java/com/android/server/accounts/ |
| D | AccountManagerService.java | 1465 int parentUserId = UserManager.isSplitSystemUser() in syncSharedAccounts() local 1766 final int parentUserId){ in completeCloningAccount() 1954 private void addAccountToLinkedRestrictedUsers(Account account, int parentUserId) { in addAccountToLinkedRestrictedUsers() 2167 int parentUserId = accounts.userId; in renameAccountInternal() local 2195 private boolean canHaveProfile(final int parentUserId) { in canHaveProfile() 2429 int parentUserId = accounts.userId; in removeAccountInternal() local
|
| /frameworks/base/core/java/android/accounts/ |
| D | IAccountManager.aidl | 80 void addSharedAccountsFromParentUser(int parentUserId, int userId, String opPackageName); in addSharedAccountsFromParentUser()
|
| /frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
| D | AccessibilityManagerService.java | 1414 int parentUserId = mSecurityPolicy.resolveProfileParentLocked(userId); in unlockUser() local
|
| /frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
| D | AppWidgetServiceImpl.java | 3426 private void removeWidgetsForPackageLocked(String pkgName, int userId, int parentUserId) { in removeWidgetsForPackageLocked()
|