Home
last modified time | relevance | path

Searched refs:isFactoryResetProtectionPolicySupported (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DMainClearConfirmTest.java125 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()
/aosp12/packages/apps/Settings/src/com/android/settings/
H A DMainClearConfirm.java158 if (!dpm.isFactoryResetProtectionPolicySupported()) { in shouldWipePersistentDataBlock()
/aosp12/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl120 boolean isFactoryResetProtectionPolicySupported(); in isFactoryResetProtectionPolicySupported() method
H A DDevicePolicyManager.java12546 public boolean isFactoryResetProtectionPolicySupported() { in isFactoryResetProtectionPolicySupported() method in DevicePolicyManager
12548 return mService.isFactoryResetProtectionPolicySupported(); in isFactoryResetProtectionPolicySupported()
/aosp12/frameworks/base/core/api/
H A Dtest-current.txt446 method public boolean isFactoryResetProtectionPolicySupported();
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java7152 public boolean isFactoryResetProtectionPolicySupported() {