Home
last modified time | relevance | path

Searched refs:canHaveProfile (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DUserInfo.java280 public boolean canHaveProfile() { in canHaveProfile() method in UserInfo
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1860 if (getUserManager().getUserInfo(accounts.userId).canHaveProfile()) { in addAccountInternal()
2097 if (canHaveProfile(parentUserId)) { in renameAccountInternal()
2121 private boolean canHaveProfile(final int parentUserId) { in canHaveProfile() method in AccountManagerService
2123 return userInfo != null && userInfo.canHaveProfile(); in canHaveProfile()
2366 if (canHaveProfile(parentUserId)) { in removeAccountInternal()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1279 if (userInfo == null || !userInfo.canHaveProfile()) { in canHaveRestrictedProfile()
1903 if (userInfo == null || !userInfo.canHaveProfile()) { in canAddMoreManagedProfiles()
2875 if (!parent.info.canHaveProfile()) { in createUserInternalUncheckedNoTracing()
/frameworks/base/config/
Dboot-image-profile.txt4610 HPLandroid/content/pm/UserInfo;->canHaveProfile()Z
Dhiddenapi-greylist-max-o.txt16293 Landroid/content/pm/UserInfo;->canHaveProfile()Z