Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/enterprise/
DActionDisabledByAdminControllerTestUtils.java81 protected boolean isSameProfileGroup(Context context, int enforcementAdminUserId) { in createLearnMoreButtonLauncher() method in ActionDisabledByAdminControllerTestUtils
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/enterprise/
DActionDisabledLearnMoreButtonLauncher.java102 protected boolean isSameProfileGroup(Context context, int enforcementAdminUserId) { in isSameProfileGroup() method in ActionDisabledLearnMoreButtonLauncher
/frameworks/base/core/java/android/os/
DIUserManager.aidl65 boolean isSameProfileGroup(int userId, int otherUserHandle); in isSameProfileGroup() method
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
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java2089 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()
DUserManagerService.java981 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService