Home
last modified time | relevance | path

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

/aosp12/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
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
H A DActionDisabledLearnMoreButtonLauncher.java102 protected boolean isSameProfileGroup(Context context, int enforcementAdminUserId) { in isSameProfileGroup() method in ActionDisabledLearnMoreButtonLauncher
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowUserManager.java171 protected boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in ShadowUserManager
/aosp12/frameworks/base/core/java/android/os/
H A DIUserManager.aidl65 boolean isSameProfileGroup(int userId, int otherUserHandle); in isSameProfileGroup() method
H A DUserManager.java3680 public boolean isSameProfileGroup(@NonNull UserHandle user, @NonNull UserHandle otherUser) { in isSameProfileGroup() method in UserManager
3692 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManager
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsActor.java243 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() method in ContactsActor.MockUserManager
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java2088 boolean isSameProfileGroup(@UserIdInt int callerUserId, @UserIdInt int userId); in isSameProfileGroup() method
4297 public final boolean isSameProfileGroup(@UserIdInt int callerUserId, in isSameProfileGroup() method in PackageManagerService.ComputerEngine
5745 public final boolean isSameProfileGroup(@UserIdInt int callerUserId, in isSameProfileGroup() method in PackageManagerService.ComputerTracker
12517 private boolean isSameProfileGroup(@UserIdInt int callerUserId, @UserIdInt int userId) { in isSameProfileGroup() method in PackageManagerService
12544 boolean isSameProfileGroup) { in buildInvalidCrossUserOrProfilePermissionMessage()
H A DUserManagerService.java982 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService