Searched defs:canHaveProfile (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DUserInfo.java205 public boolean canHaveProfile() { method in class:UserInfo
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1354 if (getUserManager().getUserInfo(accounts.userId).canHaveProfile()) {
1589 if (canHaveProfile(parentUserId)) {
1607 private boolean canHaveProfile(final int parentUserId) { method in class:AccountManagerService
1609 return userInfo != null && userInfo.canHaveProfile();
1843 if (canHaveProfile(parentUserId)) {

Completed in 223 milliseconds