Searched refs:isUserTypePrivateProfile (Results 1 – 5 of 5) sorted by relevance
404 return UserManager.isUserTypePrivateProfile(userType); in isPrivateProfile()
678 return UserManager.isUserTypePrivateProfile(mName); in isPrivateProfile()
5367 } else if (UserManager.isUserTypePrivateProfile(userType)) {5466 final boolean isPrivateProfile = UserManager.isUserTypePrivateProfile(userType);
3120 public static boolean isUserTypePrivateProfile(@Nullable String userType) { in isUserTypePrivateProfile() method in UserManager3471 return isUserTypePrivateProfile(getProfileType()); in isPrivateProfile()
3564 UserManager.isUserTypePrivateProfile( in isAssistDataAllowed()