Home
last modified time | relevance | path

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

/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DUninstallAppProgress.java77 UserInfo parentUser = userManager.getProfileParent(profileId); in isProfileOfOrSame() local
78 return parentUser != null && parentUser.id == userId; in isProfileOfOrSame()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java241 int parentUser = (ui != null) ? ui.id : UserHandle.USER_NULL; in checkCallerAllowManagedProfiles() local
245 (foregroundUser == parentUser); in checkCallerAllowManagedProfiles()