Searched refs:ACTION_FACTORY_RESET (Results 1 – 5 of 5) 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()169 Intent intent = new Intent(Intent.ACTION_FACTORY_RESET); in testNonSystemUser()184 Intent intent = new Intent(Intent.ACTION_FACTORY_RESET); in testHeadlessSystemUser()
73 if (Intent.ACTION_FACTORY_RESET.equals(intent.getAction()) in onReceive()
368 Intent i = new Intent(Intent.ACTION_FACTORY_RESET); in handleEnable()
4588 public static final String ACTION_FACTORY_RESET = "android.intent.action.FACTORY_RESET"; field in Intent
3852 field public static final String ACTION_FACTORY_RESET = "android.intent.action.FACTORY_RESET";