Searched refs:setDeviceOwnerType (Results 1 – 4 of 4) sorted by relevance
233 verify(mDevicePolicyManager).setDeviceOwnerType(ADMIN_COMPONENT_NAME, in testSetDeviceOwnerType_asDeviceOwner_toFinancedDevice()248 verify(mDevicePolicyManager, never()).setDeviceOwnerType(any(), anyInt()); in testSetDeviceOwnerType_asDeviceOwner_notCalledWhenProvisioningManagedDevice()
83 public void setDeviceOwnerType(@NonNull ComponentName admin, in setDeviceOwnerType() method in ShadowDevicePolicyManager
88 mDevicePolicyManager.setDeviceOwnerType(adminComponent, DEVICE_OWNER_TYPE_FINANCED); in run()
248 dpmShadow.setDeviceOwnerType(component, DEVICE_OWNER_TYPE_FINANCED); in setupFinancedDevice()