Searched refs:getDeviceOwnerType (Results 1 – 9 of 9) sorted by relevance
72 when(mDevicePolicyManager.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in setUp()133 when(mDevicePolicyManager.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in isFinancedDevice_deviceManaged_financedDeviceOwnerType_returnsTrue()
196 when(mDevicePolicyManager.getDeviceOwnerType(DEVICE_OWNER_COMPONENT)) in setupPrivacyPreference()
51 return dpm.isDeviceManaged() && dpm.getDeviceOwnerType( in isFinancedDevice()
74 return mDevicePolicyManager.isDeviceManaged() && mDevicePolicyManager.getDeviceOwnerType( in isFinancedDevice()
75 return mDpm.isDeviceManaged() && mDpm.getDeviceOwnerType(mDpm in isFinancedDevice()
128 public int getDeviceOwnerType(@NonNull ComponentName admin) { in getDeviceOwnerType() method in ShadowDevicePolicyManager
219 && mSecurityController.getDeviceOwnerType( in isFinancedDevice()
180 when(mDpm.getDeviceOwnerType(mDefaultAdmin)) in mockFinancialDevice()
837 return mDPM.isDeviceManaged() && mDPM.getDeviceOwnerType( in isFinancedDevice()