Home
last modified time | relevance | path

Searched defs:setDeviceOwnerType (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceStateCacheImpl.java63 void setDeviceOwnerType(int deviceOwnerType) { in setDeviceOwnerType() method in DeviceStateCacheImpl
H A DOwners.java532 void setDeviceOwnerType(String packageName, @DeviceOwnerType int deviceOwnerType, in setDeviceOwnerType() method in Owners
/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl562 void setDeviceOwnerType(in ComponentName admin, in int deviceOwnerType); in setDeviceOwnerType() method
H A DDevicePolicyManager.java16556 public void setDeviceOwnerType(@NonNull ComponentName admin, in setDeviceOwnerType() method in DevicePolicyManager