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 D | ActionDisabledByAdminControllerTestUtils.java | 81 protected boolean isSameProfileGroup(Context context, int enforcementAdminUserId) { in createLearnMoreButtonLauncher() method in ActionDisabledByAdminControllerTestUtils
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/ |
H A D | ActionDisabledLearnMoreButtonLauncher.java | 102 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 D | ShadowUserManager.java | 171 protected boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in ShadowUserManager
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | IUserManager.aidl | 65 boolean isSameProfileGroup(int userId, int otherUserHandle); in isSameProfileGroup() method
|
H A D | UserManager.java | 3680 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 D | ContactsActor.java | 243 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 D | PackageManagerService.java | 2088 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 D | UserManagerService.java | 982 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService
|