Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/pm/
DUserInfo.java404 return UserManager.isUserTypePrivateProfile(userType); in isPrivateProfile()
/frameworks/base/services/core/java/com/android/server/pm/
DUserTypeDetails.java678 return UserManager.isUserTypePrivateProfile(mName); in isPrivateProfile()
DUserManagerService.java5367 } else if (UserManager.isUserTypePrivateProfile(userType)) {
5466 final boolean isPrivateProfile = UserManager.isUserTypePrivateProfile(userType);
/frameworks/base/core/java/android/os/
DUserManager.java3120 public static boolean isUserTypePrivateProfile(@Nullable String userType) { in isUserTypePrivateProfile() method in UserManager
3471 return isUserTypePrivateProfile(getProfileType()); in isPrivateProfile()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityTaskManagerService.java3564 UserManager.isUserTypePrivateProfile( in isAssistDataAllowed()