Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java224 private boolean isSameProfileGroup(@UserIdInt int callerUserId, @UserIdInt int userId) { in isSameProfileGroup() method in CrossProfileAppsServiceImpl
DUserManagerService.java768 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService
/frameworks/base/core/java/android/os/
DIUserManager.aidl61 boolean isSameProfileGroup(int userHandle, int otherUserHandle); in isSameProfileGroup() method
DUserManager.java2496 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManager