Home
last modified time | relevance | path

Searched refs:isDeviceOwnerTypeSetForDeviceOwner (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java645 } else if (isDeviceOwnerTypeSetForDeviceOwner(packageName)) { in setDeviceOwnerType()
658 if (isDeviceOwnerTypeSetForDeviceOwner(packageName)) { in getDeviceOwnerType()
665 boolean isDeviceOwnerTypeSetForDeviceOwner(String packageName) { in isDeviceOwnerTypeSetForDeviceOwner() method in Owners
H A DDevicePolicyManagerService.java17847 Preconditions.checkState(!mOwners.isDeviceOwnerTypeSetForDeviceOwner(packageName),
/aosp12/frameworks/base/services/
H A Dart-profile17275 HPLcom/android/server/devicepolicy/Owners;->isDeviceOwnerTypeSetForDeviceOwner(Ljava/lang/String;)Z…