Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
H A 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()
168 Intent intent = new Intent(Intent.ACTION_FACTORY_RESET); in testNonSystemUser()
183 Intent intent = new Intent(Intent.ACTION_FACTORY_RESET); in testHeadlessSystemUser()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DMasterClearReceiver.java72 if (Intent.ACTION_FACTORY_RESET.equals(intent.getAction()) in onReceive()
/aosp14/frameworks/base/services/core/java/com/android/server/testharness/
H A DTestHarnessModeService.java355 Intent i = new Intent(Intent.ACTION_FACTORY_RESET); in handleEnable()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java4476 public static final String ACTION_FACTORY_RESET = "android.intent.action.FACTORY_RESET"; field in Intent
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java14399 || Intent.ACTION_FACTORY_RESET.equals(action) in checkBroadcastFromSystem()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt3519 field public static final String ACTION_FACTORY_RESET = "android.intent.action.FACTORY_RESET";