Searched refs:getDeviceOwner (Results 1 – 7 of 7) sorted by relevance
678 public static EnforcedAdmin getDeviceOwner(Context context) { in getDeviceOwner() method in RestrictedLockUtilsInternal679 return getDeviceOwner(context, null); in getDeviceOwner()682 private static EnforcedAdmin getDeviceOwner(Context context, String enforcedRestriction) { in getDeviceOwner() method in RestrictedLockUtilsInternal847 EnforcedAdmin admin = RestrictedLockUtilsInternal.getDeviceOwner(context); in checkIfApplicationCanBeCredentialManagerProvider()
972 private static Pair<UserHandle, ComponentName> getDeviceOwner(Context context) { in getDeviceOwner() method in Utils1002 Pair<UserHandle, ComponentName> deviceOwner = getDeviceOwner(context); in isDeviceOwner()
1664 ActiveAdmin deviceOwner = getDeviceOwner(); in checkDeviceOwnerWithMultipleDeviceAdmins()2008 getDeviceOwner().ensureUserRestrictions() in testSetUserRestriction_asDo()2027 getDeviceOwner().ensureUserRestrictions() in testSetUserRestriction_asDo()2085 private ActiveAdmin getDeviceOwner() { in getDeviceOwner() method in DevicePolicyManagerTest2380 getDeviceOwner().getEffectiveRestrictions() in assertNoDeviceOwnerRestrictions()
9608 public @Nullable String getDeviceOwner() { in getDeviceOwner() method in DevicePolicyManager
1313 …lable @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public String getDeviceOwner();
2902 HSPLandroid/app/admin/DevicePolicyManager;->getDeviceOwner()Ljava/lang/String;