Searched refs:ACTION_CLEAN_EXTERNAL_STORAGE (Results 1 – 3 of 3) sorted by relevance
1075 public static final String ACTION_CLEAN_EXTERNAL_STORAGE field in PackageManager
268 if (PackageManager.ACTION_CLEAN_EXTERNAL_STORAGE.equals(intent.getAction())) { in onHandleIntent()
5174 Intent intent = new Intent(PackageManager.ACTION_CLEAN_EXTERNAL_STORAGE); in startCleaningPackages()