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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageMeasurement.java 72 public static final String AVAIL_SIZE = "avail_size";
179 bundle.putLong(AVAIL_SIZE, mAvailSize);
195 bundle.putLong(AVAIL_SIZE, mAvailSize);
StorageVolumePreferenceCategory.java 143 final long availSize = bundle.getLong(StorageMeasurement.AVAIL_SIZE);
150 final long availSize = bundle.getLong(StorageMeasurement.AVAIL_SIZE);

Completed in 1329 milliseconds