HomeSort by relevance Sort by last modified time
    Searched refs:sPathsExcludedForMisc (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 92 public static final Set<String> sPathsExcludedForMisc = new HashSet<String>();
108 sPathsExcludedForMisc.add(path);
123 sPathsExcludedForMisc.add(Environment.getExternalStoragePublicDirectory(
126 sPathsExcludedForMisc.add(Environment.getExternalStorageDirectory().getAbsolutePath() +
StorageMeasurement.java 507 if (StorageVolumePreferenceCategory.sPathsExcludedForMisc.contains(path)) {

Completed in 52 milliseconds