Home
last modified time | relevance | path

Searched refs:profileParent (Results 1 – 3 of 3) 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.java513 final UserInfo profileParent = mUserManager.getProfileParent(userId); in showBouncerForRemoteInput() local
514 isParentUserLocked = (profileParent != null) in showBouncerForRemoteInput()
515 && mKeyguardManager.isDeviceLocked(profileParent.id); in showBouncerForRemoteInput()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java970 UserInfo profileParent = getProfileParentLU(userId); in getCredentialOwnerProfile() local
971 if (profileParent != null) { in getCredentialOwnerProfile()
972 return profileParent.id; in getCredentialOwnerProfile()
5666 UserInfo profileParent = getProfileParentLU(userId); in getProfileParentId() local
5667 if (profileParent == null) { in getProfileParentId()
5670 return profileParent.id; in getProfileParentId()