Home
last modified time | relevance | path

Searched defs:parentUserId (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DCertificateMonitor.java181 int parentUserId = userHandle.getIdentifier(); in buildNotification() local
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerInternal.java313 public abstract void setDefaultCrossProfileIntentFilters( in setDefaultCrossProfileIntentFilters()
DUserManagerService.java1026 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()
DPackageManagerShellCommand.java2623 int parentUserId = userId >= 0 ? userId : UserHandle.USER_SYSTEM; in runCreateUser() local
DPackageManagerService.java2029 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/
DAccountManagerService.java1465 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/
DIAccountManager.aidl80 void addSharedAccountsFromParentUser(int parentUserId, int userId, String opPackageName); in addSharedAccountsFromParentUser()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java1414 int parentUserId = mSecurityPolicy.resolveProfileParentLocked(userId); in unlockUser() local
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java3426 private void removeWidgetsForPackageLocked(String pkgName, int userId, int parentUserId) { in removeWidgetsForPackageLocked()