Searched refs:profileParent (Results 1 – 2 of 2) sorted by relevance
411 final UserInfo profileParent = mUserManager.getProfileParent(userId); in activateRemoteInput() local412 isParentUserLocked = (profileParent != null) in activateRemoteInput()413 && mKeyguardManager.isDeviceLocked(profileParent.id); in activateRemoteInput()
895 UserInfo profileParent = getProfileParentLU(userId); in getCredentialOwnerProfile() local896 if (profileParent != null) { in getCredentialOwnerProfile()897 return profileParent.id; in getCredentialOwnerProfile()5143 UserInfo profileParent = getProfileParentLU(userId); in getProfileParentId() local5144 if (profileParent == null) { in getProfileParentId()5147 return profileParent.id; in getProfileParentId()