Home
last modified time | relevance | path

Searched refs:getProfileOwner (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
DRestrictedLockUtilsInternal.java110 return getProfileOwner(context, userRestriction, adminUserId); in checkIfRestrictionEnforced()
116 ? getProfileOwner(context, userRestriction, adminUserId) in checkIfRestrictionEnforced()
299 EnforcedAdmin admin = getProfileOwner(context, userId); in checkIfRemoteContactSearchDisallowed()
564 private static EnforcedAdmin getProfileOwner(Context context, int userId) { in getProfileOwner() method in RestrictedLockUtilsInternal
565 return getProfileOwner(context, null, userId); in getProfileOwner()
568 private static EnforcedAdmin getProfileOwner( in getProfileOwner() method in RestrictedLockUtilsInternal
/frameworks/base/packages/SettingsLib/RestrictedLockUtils/src/com/android/settingslib/
DRestrictedLockUtils.java60 DevicePolicyManager.class).getProfileOwner(); in getProfileOrDeviceOwner()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DCertificateMonitor.java185 if (mService.getProfileOwner(userHandle.getIdentifier()) != null) { in buildNotification()
DDevicePolicyManagerService.java4133 ComponentName profileOwner = getProfileOwner(userHandle); in isSeparateProfileChallengeAllowed()
5969 ComponentName aliasChooser = getProfileOwner(caller.getIdentifier()); in choosePrivateKeyAlias()
7910 final ComponentName profileOwner = getProfileOwner(userId); in isProfileOwner()
8419 return getProfileOwner(userHandle); in getProfileOwnerAsUser()
8423 public ComponentName getProfileOwner(int userHandle) { in getProfileOwner() method
8458 ComponentName profileOwner = getProfileOwner(userHandle); in getProfileOwnerName()
8774 final ComponentName profileOwner = getProfileOwner(userId); in canUserUseLockTaskLocked()
12005 if (getProfileOwner(callingUserId) != null) { in checkManagedProfileProvisioningPreCondition()
12628 final ComponentName profileOwner = getProfileOwner(userId); in isUserAffiliatedWithDeviceLocked()
12814 final ComponentName profileOwner = getProfileOwner(userId); in uninstallPackageWithActiveAdmins()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl152 ComponentName getProfileOwner(int userHandle); in getProfileOwner() method
DDevicePolicyManager.java6386 ComponentName profileOwner = mService.getProfileOwner(myUserId()); in isProfileOwnerApp()
6403 public @Nullable ComponentName getProfileOwner() throws IllegalArgumentException { in getProfileOwner() method in DevicePolicyManager
/frameworks/base/api/
Dsystem-current.txt699 …method @Nullable public android.content.ComponentName getProfileOwner() throws java.lang.IllegalAr…
/frameworks/base/non-updatable-api/
Dsystem-current.txt699 …method @Nullable public android.content.ComponentName getProfileOwner() throws java.lang.IllegalAr…
/frameworks/base/config/
Dboot-image-profile.txt40790 HSPLandroid/app/admin/DevicePolicyManager;->getProfileOwner()Landroid/content/ComponentName;
40799 HSPLandroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getProfileOwner(I)Landroid/content/Componen…
Dhiddenapi-greylist-max-o.txt2703 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getProfileOwner(I)Landroid/content/ComponentNa…
3232 Landroid/app/admin/IDevicePolicyManager;->getProfileOwner(I)Landroid/content/ComponentName;
/frameworks/base/services/
Dart-profile6284 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getProfileOwner(I)Landroid/content…