Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DIUserManager.aidl61 boolean isSameProfileGroup(int userHandle, int otherUserHandle); in isSameProfileGroup() method
DUserManager.java2291 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManager
2293 return mService.isSameProfileGroup(userId, otherUserId); in isSameProfileGroup()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbProfileGroupSettingsManager.java175 if (!mUserManager.isSameProfileGroup(mParentUser.getIdentifier(), in onPackageAdded()
185 if (!mUserManager.isSameProfileGroup(mParentUser.getIdentifier(), in onPackageRemoved()
DUsbService.java245 return mUserManager.isSameProfileGroup(userIdInt, mCurrentUserId); in isCallerInCurrentUserProfileGroupLocked()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1468 && isSameProfileGroup(callingUserId, targetUserId)) {
1489 allow = isSameProfileGroup(callingUserId, targetUserId);
1802 boolean isSameProfileGroup(int callingUserId, int targetUserId) {
DActivityManagerService.java26144 if (!mUserController.isSameProfileGroup(userId, UserHandle.getCallingUserId()) in isUserRunning()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java754 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService
DPackageManagerService.java4956 return sUserManager.isSameProfileGroup(callingUserId, targetUserId); in isRecentsAccessingChildProfiles()
/frameworks/base/config/
Dboot-image-profile.txt4442 HPLandroid/os/UserManager;->isSameProfileGroup(II)Z
27941 HSPLandroid/os/IUserManager;->isSameProfileGroup(II)Z
Dhiddenapi-private-dex.txt63458 Landroid/os/IUserManager$Stub$Proxy;->isSameProfileGroup(II)Z
63584 Landroid/os/IUserManager;->isSameProfileGroup(II)Z
66948 Landroid/os/UserManager;->isSameProfileGroup(II)Z