Searched refs:parentUser (Results 1 – 5 of 5) sorted by relevance
159 final UserInfo parentUser = mUm.getProfileParent(UserHandle.myUserId()); in getLockscreenNotificationsEnabled() local160 final int primaryUserId = parentUser != null ? parentUser.id : UserHandle.myUserId(); in getLockscreenNotificationsEnabled()172 UserInfo parentUser = mUm.getProfileParent(UserHandle.myUserId()); in isLockScreenSecure() local173 if (parentUser != null){ in isLockScreenSecure()174 lockscreenSecure |= mLockPatternUtils.isSecure(parentUser.id); in isLockScreenSecure()
218 UserInfo parentUser = mUserManager.getProfileParent(userId); in isUserSecure() local219 if (parentUser == null) { in isUserSecure()222 return lockPatternUtils.isSecure(parentUser.id); in isUserSecure()
1033 UserHandle parentUser = getSystemServiceSafe(context, UserManager.class) in getParentUserContext() local1036 if (parentUser == null) { in getParentUserContext()1044 parentUser); in getParentUserContext()1047 throw new IllegalStateException("Could not switch to parent user " + parentUser, e); in getParentUserContext()
631 int parentUser = (ui != null) ? ui.id : UserHandle.USER_NULL; in checkCallerIsSystemOrActiveOrManagedUser() local634 return (sForegroundUserId == callingUser) || (sForegroundUserId == parentUser) in checkCallerIsSystemOrActiveOrManagedUser()
839 final UserInfo parentUser = userManager.getProfileParent(UserHandle.myUserId()); in getParentUserId() local840 return parentUser == null ? UserHandle.USER_NULL : parentUser.id; in getParentUserId()