Home
last modified time | relevance | path

Searched refs:parentUser (Results 1 – 5 of 5) sorted by relevance

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DUninstallFinish.java213 UserInfo parentUser = userManager.getProfileParent(profileId); in isProfileOfOrSame() local
214 return parentUser != null && parentUser.id == userId; in isProfileOfOrSame()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/television/
DUninstallAppProgress.java246 UserInfo parentUser = userManager.getProfileParent(profileId); in isProfileOfOrSame() local
247 return parentUser != null && parentUser.id == userId; in isProfileOfOrSame()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsDialogBuilder.java217 UserInfo parentUser = mUserManager.getProfileParent(userId); in isUserSecure() local
218 if (parentUser == null) { in isUserSecure()
221 return lockPatternUtils.isSecure(parentUser.id); in isUserSecure()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationSettingsBase.java456 UserInfo parentUser = mUm.getProfileParent(UserHandle.myUserId()); in isLockScreenSecure() local
457 if (parentUser != null){ in isLockScreenSecure()
458 lockscreenSecure |= mLockPatternUtils.isSecure(parentUser.id); in isLockScreenSecure()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java259 int parentUser = (ui != null) ? ui.id : UserHandle.USER_NULL; in checkCallerAllowManagedProfiles() local
263 (foregroundUser == parentUser); in checkCallerAllowManagedProfiles()