Home
last modified time | relevance | path

Searched refs:profileParent (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DSystemServerAdapter.java125 final UserInfo profileParent = userManager.getProfileParent(userId); in registerUserStartedReceiver()
126 if (profileParent == null) { in registerUserStartedReceiver()
132 userId, profileParent.id); in registerUserStartedReceiver()
134 userId, profileParent.id); in registerUserStartedReceiver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java505 final UserInfo profileParent = mUserManager.getProfileParent(userId); in showBouncerForRemoteInput() local
506 isParentUserLocked = (profileParent != null) in showBouncerForRemoteInput()
507 && mKeyguardManager.isDeviceLocked(profileParent.id); in showBouncerForRemoteInput()
/frameworks/base/services/core/java/com/android/server/os/
DBugreportManagerServiceImpl.java729 UserInfo profileParent = in ensureUserCanTakeBugReport() local
731 if (profileParent == null) { in ensureUserCanTakeBugReport()
736 effectiveCallingUserId = profileParent.id; in ensureUserCanTakeBugReport()
737 isAdminUser = profileParent.isAdmin(); in ensureUserCanTakeBugReport()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageArchiver.java341 UserInfo profileParent = getUserManager().getProfileParent(userId); in getParentUserId() local
342 return profileParent == null ? userId : profileParent.id; in getParentUserId()
DUserManagerService.java1576 UserInfo profileParent = getProfileParentLU(userId); in getCredentialOwnerProfile() local
1577 if (profileParent != null) { in getCredentialOwnerProfile()
1578 return profileParent.id; in getCredentialOwnerProfile()
1644 UserInfo profileParent = getProfileParentLU(userId); in getProfileParentIdUnchecked() local
1645 if (profileParent == null) { in getProfileParentIdUnchecked()
1648 return profileParent.id; in getProfileParentIdUnchecked()