Home
last modified time | relevance | path

Searched refs:checkFactoryResetProtection (Results 1 – 2 of 2) sorted by relevance

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningController.java282 if (!checkFactoryResetProtection(mParams, callingPackage)) { in initiateProvisioning()
566 boolean checkFactoryResetProtection(ProvisioningParams params, String callingPackage) { in checkFactoryResetProtection() method in PreProvisioningController
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DPreProvisioningControllerTest.java328 boolean result = mController.checkFactoryResetProtection( in testCheckFactoryResetProtection_skipFrp()