HomeSort by relevance Sort by last modified time
    Searched refs:isSameProfileGroup (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/os/
IUserManager.aidl 56 boolean isSameProfileGroup(int userHandle, int otherUserHandle);
UserManager.java     [all...]
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbService.java 227 return mUserManager.isSameProfileGroup(userIdInt, mCurrentUserId);
UsbProfileGroupSettingsManager.java 561 if (!mUserManager.isSameProfileGroup(mParentUser.getIdentifier(),
571 if (!mUserManager.isSameProfileGroup(mParentUser.getIdentifier(),
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java     [all...]
ActivityManagerService.java     [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 235 public boolean isSameProfileGroup(int userId, int otherUserId) {
  /packages/services/Telecomm/src/com/android/server/telecom/
PhoneAccountRegistrar.java 522 return UserManager.get(mContext).isSameProfileGroup(userHandle.getIdentifier(),
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 691 public boolean isSameProfileGroup(int userId, int otherUserId) {
    [all...]

Completed in 820 milliseconds