Searched refs:getDeviceOwner (Results 1 – 7 of 7) sorted by relevance
140 ? getDeviceOwner(context, userRestriction) in checkIfRestrictionEnforced()602 public static EnforcedAdmin getDeviceOwner(Context context) { in getDeviceOwner() method in RestrictedLockUtilsInternal603 return getDeviceOwner(context, null); in getDeviceOwner()606 private static EnforcedAdmin getDeviceOwner(Context context, String enforcedRestriction) { in getDeviceOwner() method in RestrictedLockUtilsInternal
934 private static Pair<UserHandle, ComponentName> getDeviceOwner(Context context) { in getDeviceOwner() method in Utils964 Pair<UserHandle, ComponentName> deviceOwner = getDeviceOwner(context); in isDeviceOwner()
1663 ActiveAdmin deviceOwner = getDeviceOwner(); in checkDeviceOwnerWithMultipleDeviceAdmins()2007 getDeviceOwner().ensureUserRestrictions() in testSetUserRestriction_asDo()2026 getDeviceOwner().ensureUserRestrictions() in testSetUserRestriction_asDo()2084 private ActiveAdmin getDeviceOwner() { in getDeviceOwner() method in DevicePolicyManagerTest2377 getDeviceOwner().getEffectiveRestrictions() in assertNoDeviceOwnerRestrictions()
8887 public @Nullable String getDeviceOwner() { in getDeviceOwner() method in DevicePolicyManager
1088 …lable @RequiresPermission(android.Manifest.permission.MANAGE_USERS) public String getDeviceOwner();
2899 HSPLandroid/app/admin/DevicePolicyManager;->getDeviceOwner()Ljava/lang/String;