Searched refs:setDeviceOwnerType (Results 1 – 4 of 4) sorted by relevance
227 verify(mDevicePolicyManager).setDeviceOwnerType( in testSetDeviceOwnerType_asDeviceOwner_toFinancedDevice()242 verify(mDevicePolicyManager, never()).setDeviceOwnerType(any(), anyInt()); in testSetDeviceOwnerType_asDeviceOwner_notCalledWhenProvisioningManagedDevice()
85 mDevicePolicyManager.setDeviceOwnerType(adminComponent, DEVICE_OWNER_TYPE_FINANCED); in run()
118 public void setDeviceOwnerType(@NonNull ComponentName admin, in setDeviceOwnerType() method in ShadowDevicePolicyManager
251 dpmShadow.setDeviceOwnerType(component, DEVICE_OWNER_TYPE_FINANCED); in setupFinancedDevice()