Home
last modified time | relevance | path

Searched refs:isSameProfileGroup (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DCrossProfileAppsServiceImpl.java135 || !isSameProfileGroup(callerUserId, userId)) { in startActivityAsUser()
224 private boolean isSameProfileGroup(@UserIdInt int callerUserId, @UserIdInt int userId) { in isSameProfileGroup() method in CrossProfileAppsServiceImpl
227 return mInjector.getUserManager().isSameProfileGroup(callerUserId, userId); in isSameProfileGroup()
DUserManagerService.java768 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService
DPackageManagerService.java5156 return sUserManager.isSameProfileGroup(callingUserId, targetUserId); in isRecentsAccessingChildProfiles()
/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
2498 return mService.isSameProfileGroup(userId, otherUserId); in isSameProfileGroup()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java257 if (mUserManager.isSameProfileGroup(user, mCurrentUserId)) { in openDevice()
294 if (mUserManager.isSameProfileGroup(user, mCurrentUserId)) { in openAccessory()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1597 && isSameProfileGroup(callingUserId, targetUserId)) {
1618 allow = isSameProfileGroup(callingUserId, targetUserId);
1946 boolean isSameProfileGroup(int callingUserId, int targetUserId) {
DActivityManagerService.java17601 if (!mUserController.isSameProfileGroup(userId, UserHandle.getCallingUserId()) in isUserRunning()
/frameworks/base/services/
Dart-profile3720 HSPLcom/android/server/am/UserController;->isSameProfileGroup(II)Z
11814 HSPLcom/android/server/pm/UserManagerService;->isSameProfileGroup(II)Z