Home
last modified time | relevance | path

Searched defs:isSameProfileGroup (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/
H A DActionDisabledByAdminControllerTestUtils.java81 protected boolean isSameProfileGroup(Context context, int enforcementAdminUserId) { in createLearnMoreButtonLauncher() method in ActionDisabledByAdminControllerTestUtils
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
H A DActionDisabledLearnMoreButtonLauncher.java101 protected boolean isSameProfileGroup(Context context, int enforcementAdminUserId) { in isSameProfileGroup() method in ActionDisabledLearnMoreButtonLauncher
/aosp14/frameworks/base/core/java/android/os/
H A DIUserManager.aidl74 boolean isSameProfileGroup(int userId, int otherUserHandle); in isSameProfileGroup() method
H A DUserManager.java4902 public boolean isSameProfileGroup(@NonNull UserHandle user, @NonNull UserHandle otherUser) { in isSameProfileGroup() method in UserManager
4916 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManager
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DComputer.java238 boolean isSameProfileGroup(@UserIdInt int callerUserId, @UserIdInt int userId); in isSameProfileGroup() method
H A DComputerEngine.java2416 public final boolean isSameProfileGroup(@UserIdInt int callerUserId, in isSameProfileGroup() method in ComputerEngine
2768 boolean isSameProfileGroup) { in buildInvalidCrossUserOrProfilePermissionMessage()
H A DUserManagerService.java1207 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService