Home
last modified time | relevance | path

Searched refs:ACTION_FACTORY_RESET (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DMasterClearReceiverTest.java126 Intent intent = new Intent(Intent.ACTION_FACTORY_RESET); in testNoExtras()
138 Intent intent = new Intent(Intent.ACTION_FACTORY_RESET); in testWipeExternalDirectory()
151 Intent intent = new Intent(Intent.ACTION_FACTORY_RESET); in testAllExtras()
169 Intent intent = new Intent(Intent.ACTION_FACTORY_RESET); in testNonSystemUser()
184 Intent intent = new Intent(Intent.ACTION_FACTORY_RESET); in testHeadlessSystemUser()
/frameworks/base/services/core/java/com/android/server/
DMasterClearReceiver.java73 if (Intent.ACTION_FACTORY_RESET.equals(intent.getAction()) in onReceive()
/frameworks/base/services/core/java/com/android/server/testharness/
DTestHarnessModeService.java368 Intent i = new Intent(Intent.ACTION_FACTORY_RESET); in handleEnable()
/frameworks/base/core/java/android/content/
DIntent.java4588 public static final String ACTION_FACTORY_RESET = "android.intent.action.FACTORY_RESET"; field in Intent
/frameworks/base/core/api/
Dsystem-current.txt3852 field public static final String ACTION_FACTORY_RESET = "android.intent.action.FACTORY_RESET";