Searched refs:deviceOwnerType (Results 1 – 5 of 5) sorted by relevance
141 public void setDeviceOwnerType(@NonNull ComponentName admin, int deviceOwnerType) { in setDeviceOwnerType() argument
642 void setDeviceOwnerType(String packageName, @DeviceOwnerType int deviceOwnerType) { in setDeviceOwnerType() argument652 mDeviceOwnerTypes.put(packageName, deviceOwnerType); in setDeviceOwnerType()1073 int deviceOwnerType = parser.getAttributeInt(null, ATTR_DEVICE_OWNER_TYPE_VALUE, in readInner() local1075 mDeviceOwnerTypes.put(packageName, deviceOwnerType); in readInner()
17500 @DeviceOwnerType int deviceOwnerType) {17510 mOwners.setDeviceOwnerType(packageName, deviceOwnerType);
520 void setDeviceOwnerType(in ComponentName admin, in int deviceOwnerType); in setDeviceOwnerType() argument
13867 @DeviceOwnerType int deviceOwnerType) { in setDeviceOwnerType() argument13871 mService.setDeviceOwnerType(admin, deviceOwnerType); in setDeviceOwnerType()