Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java411 final UserInfo profileParent = mUserManager.getProfileParent(userId); in activateRemoteInput() local
412 isParentUserLocked = (profileParent != null) in activateRemoteInput()
413 && mKeyguardManager.isDeviceLocked(profileParent.id); in activateRemoteInput()
/frameworks/base/services/core/java/com/android/server/pm/
DUserManagerService.java895 UserInfo profileParent = getProfileParentLU(userId); in getCredentialOwnerProfile() local
896 if (profileParent != null) { in getCredentialOwnerProfile()
897 return profileParent.id; in getCredentialOwnerProfile()
5143 UserInfo profileParent = getProfileParentLU(userId); in getProfileParentId() local
5144 if (profileParent == null) { in getProfileParentId()
5147 return profileParent.id; in getProfileParentId()