Searched refs:profileParent (Results 1 – 5 of 5) 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()
505 final UserInfo profileParent = mUserManager.getProfileParent(userId); in showBouncerForRemoteInput() local506 isParentUserLocked = (profileParent != null) in showBouncerForRemoteInput()507 && mKeyguardManager.isDeviceLocked(profileParent.id); in showBouncerForRemoteInput()
729 UserInfo profileParent = in ensureUserCanTakeBugReport() local731 if (profileParent == null) { in ensureUserCanTakeBugReport()736 effectiveCallingUserId = profileParent.id; in ensureUserCanTakeBugReport()737 isAdminUser = profileParent.isAdmin(); in ensureUserCanTakeBugReport()
341 UserInfo profileParent = getUserManager().getProfileParent(userId); in getParentUserId() local342 return profileParent == null ? userId : profileParent.id; in getParentUserId()
1576 UserInfo profileParent = getProfileParentLU(userId); in getCredentialOwnerProfile() local1577 if (profileParent != null) { in getCredentialOwnerProfile()1578 return profileParent.id; in getCredentialOwnerProfile()1644 UserInfo profileParent = getProfileParentLU(userId); in getProfileParentIdUnchecked() local1645 if (profileParent == null) { in getProfileParentIdUnchecked()1648 return profileParent.id; in getProfileParentIdUnchecked()