Searched refs:isFactoryResetProtectionPolicySupported (Results 1 – 6 of 6) sorted by relevance
125 when(mDevicePolicyManager.isFactoryResetProtectionPolicySupported()).thenReturn(false); in shouldWipePersistentDataBlock_frpPolicyNotSupported_shouldReturnFalse()145 when(mDevicePolicyManager.isFactoryResetProtectionPolicySupported()).thenReturn(true); in shouldWipePersistentDataBlock_hasFactoryResetProtectionPolicy_shouldReturnFalse()162 when(mDevicePolicyManager.isFactoryResetProtectionPolicySupported()).thenReturn(true); in shouldWipePersistentDataBlock_isNotOrganizationOwnedDevice_shouldReturnTrue()
158 if (!dpm.isFactoryResetProtectionPolicySupported()) { in shouldWipePersistentDataBlock()
120 boolean isFactoryResetProtectionPolicySupported(); in isFactoryResetProtectionPolicySupported() method
12546 public boolean isFactoryResetProtectionPolicySupported() { in isFactoryResetProtectionPolicySupported() method in DevicePolicyManager12548 return mService.isFactoryResetProtectionPolicySupported(); in isFactoryResetProtectionPolicySupported()
446 method public boolean isFactoryResetProtectionPolicySupported();
7152 public boolean isFactoryResetProtectionPolicySupported() {