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

  /libcore/luni/src/test/java/libcore/java/io/
FileInputStreamTest.java 31 private static final int TOTAL_SIZE = 1024;
46 byte[] buffer = new byte[TOTAL_SIZE];
76 verifyData(fis, SKIP_SIZE, TOTAL_SIZE - SKIP_SIZE);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 47 static final int TOTAL_SIZE = 0;
142 final long totalSize = bundle.getLong(StorageMeasurement.TOTAL_SIZE);
149 final long totalSize = bundle.getLong(StorageMeasurement.TOTAL_SIZE);
195 if (i != TOTAL_SIZE) {
196 // TOTAL_SIZE has no associated color
302 removePreference(mPreferences[TOTAL_SIZE]);
311 mPreferences[TOTAL_SIZE].setSummary(formatSize(totalSize));
327 mPreferences[TOTAL_SIZE].setSummary(formatSize(totalSize));
StorageMeasurement.java 70 public static final String TOTAL_SIZE = "total_size";
178 bundle.putLong(TOTAL_SIZE, mTotalSize);
194 bundle.putLong(TOTAL_SIZE, mTotalSize);

Completed in 175 milliseconds