Home
last modified time | relevance | path

Searched defs:isSameProfileGroup (Results 1 – 7 of 7) 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.java101 protected boolean isSameProfileGroup(Context context, int enforcementAdminUserId) { in isSameProfileGroup() method in ActionDisabledLearnMoreButtonLauncher
/frameworks/base/core/java/android/os/
DIUserManager.aidl70 boolean isSameProfileGroup(int userId, int otherUserHandle); in isSameProfileGroup() method
DUserManager.java4232 public boolean isSameProfileGroup(@NonNull UserHandle user, @NonNull UserHandle otherUser) { in isSameProfileGroup() method in UserManager
4246 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManager
/frameworks/base/services/core/java/com/android/server/pm/
DComputer.java222 boolean isSameProfileGroup(@UserIdInt int callerUserId, @UserIdInt int userId); in isSameProfileGroup() method
DComputerEngine.java2667 public final boolean isSameProfileGroup(@UserIdInt int callerUserId, in isSameProfileGroup() method in ComputerEngine
2977 boolean isSameProfileGroup) { in buildInvalidCrossUserOrProfilePermissionMessage()
DUserManagerService.java1025 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService