Searched defs:isSameProfileGroup (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/ |
| D | ActionDisabledByAdminControllerTestUtils.java | 81 protected boolean isSameProfileGroup(Context context, int enforcementAdminUserId) { in createLearnMoreButtonLauncher() method in ActionDisabledByAdminControllerTestUtils
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/ |
| D | ActionDisabledLearnMoreButtonLauncher.java | 102 protected boolean isSameProfileGroup(Context context, int enforcementAdminUserId) { in isSameProfileGroup() method in ActionDisabledLearnMoreButtonLauncher
|
| /frameworks/base/core/java/android/os/ |
| D | IUserManager.aidl | 65 boolean isSameProfileGroup(int userId, int otherUserHandle); in isSameProfileGroup() method
|
| 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
|
| /frameworks/base/services/core/java/com/android/server/pm/ |
| D | PackageManagerService.java | 2089 boolean isSameProfileGroup(@UserIdInt int callerUserId, @UserIdInt int userId); in isSameProfileGroup() method 4274 public final boolean isSameProfileGroup(@UserIdInt int callerUserId, in isSameProfileGroup() method in PackageManagerService.ComputerEngine 5434 public final boolean isSameProfileGroup(@UserIdInt int callerUserId, in isSameProfileGroup() method in PackageManagerService.ComputerTracker 12395 private boolean isSameProfileGroup(@UserIdInt int callerUserId, @UserIdInt int userId) { in isSameProfileGroup() method in PackageManagerService 12422 boolean isSameProfileGroup) { in buildInvalidCrossUserOrProfilePermissionMessage()
|
| D | UserManagerService.java | 981 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService
|