Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserInfo.java211 public boolean canHaveProfile() { in canHaveProfile() method in UserInfo
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java1180 if (userInfo == null || !userInfo.canHaveProfile()) { in canHaveRestrictedProfile()
1792 if (userInfo == null || !userInfo.canHaveProfile()) { in canAddMoreManagedProfiles()
2650 if (!parent.info.canHaveProfile()) { in createUserInternalUnchecked()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1835 if (getUserManager().getUserInfo(accounts.userId).canHaveProfile()) { in addAccountInternal()
2072 if (canHaveProfile(parentUserId)) { in renameAccountInternal()
2096 private boolean canHaveProfile(final int parentUserId) { in canHaveProfile() method in AccountManagerService
2098 return userInfo != null && userInfo.canHaveProfile(); in canHaveProfile()
2340 if (canHaveProfile(parentUserId)) { in removeAccountInternal()
/frameworks/base/config/
Dboot-image-profile.txt1880 HPLandroid/content/pm/UserInfo;->canHaveProfile()Z