Searched refs:ACTION_FACTORY_RESET (Results 1 – 6 of 6) sorted by relevance
126 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()
72 if (Intent.ACTION_FACTORY_RESET.equals(intent.getAction()) in onReceive()
355 Intent i = new Intent(Intent.ACTION_FACTORY_RESET); in handleEnable()
4476 public static final String ACTION_FACTORY_RESET = "android.intent.action.FACTORY_RESET"; field in Intent
14399 || Intent.ACTION_FACTORY_RESET.equals(action) in checkBroadcastFromSystem()
3519 field public static final String ACTION_FACTORY_RESET = "android.intent.action.FACTORY_RESET";