Searched refs:profileParent (Results 1 – 3 of 3) sorted by relevance
125 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()
513 final UserInfo profileParent = mUserManager.getProfileParent(userId); in showBouncerForRemoteInput() local514 isParentUserLocked = (profileParent != null) in showBouncerForRemoteInput()515 && mKeyguardManager.isDeviceLocked(profileParent.id); in showBouncerForRemoteInput()
970 UserInfo profileParent = getProfileParentLU(userId); in getCredentialOwnerProfile() local971 if (profileParent != null) { in getCredentialOwnerProfile()972 return profileParent.id; in getCredentialOwnerProfile()5666 UserInfo profileParent = getProfileParentLU(userId); in getProfileParentId() local5667 if (profileParent == null) { in getProfileParentId()5670 return profileParent.id; in getProfileParentId()