Home
last modified time | relevance | path

Searched refs:isSameProfileGroup (Results 1 – 13 of 13) 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.java813 public boolean isSameProfileGroup(int userId, int otherUserId) { in isSameProfileGroup() method in UserManagerService
DPackageManagerService.java5081 return sUserManager.isSameProfileGroup(callingUserId, targetUserId);
/frameworks/base/core/java/android/os/
DIUserManager.aidl62 boolean isSameProfileGroup(int userHandle, int otherUserHandle); in isSameProfileGroup() method
DUserManager.java2559 public boolean isSameProfileGroup(@UserIdInt int userId, int otherUserId) { in isSameProfileGroup() method in UserManager
2561 return mService.isSameProfileGroup(userId, otherUserId); in isSameProfileGroup()
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DLocationPermissionCheckerTest.java146 when(mMockUserManager.isSameProfileGroup(UserHandle.SYSTEM.getIdentifier(), in setupMockInterface()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbService.java258 if (mUserManager.isSameProfileGroup(user, mCurrentUserId)) { in openDevice()
295 if (mUserManager.isSameProfileGroup(user, mCurrentUserId)) { in openAccessory()
DUsbProfileGroupSettingsManager.java176 if (!mUserManager.isSameProfileGroup(mParentUser.getIdentifier(), in onPackageAdded()
186 if (!mUserManager.isSameProfileGroup(mParentUser.getIdentifier(), in onPackageRemoved()
/frameworks/base/services/core/java/com/android/server/am/
DUserController.java1642 && isSameProfileGroup(callingUserId, targetUserId)) {
1663 allow = isSameProfileGroup(callingUserId, targetUserId);
1991 boolean isSameProfileGroup(int callingUserId, int targetUserId) {
DActivityManagerService.java17719 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
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt51121 Landroid/os/IUserManager$Stub$Proxy;->isSameProfileGroup(II)Z
51243 Landroid/os/IUserManager;->isSameProfileGroup(II)Z
53947 Landroid/os/UserManager;->isSameProfileGroup(II)Z
Dboot-image-profile.txt12378 HSPLandroid/os/UserManager;->isSameProfileGroup(II)Z