HomeSort by relevance Sort by last modified time
    Searched defs:formatSize (Results 1 - 5 of 5) sorted by null

  /external/aac/libSYS/include/
wav_file.h 124 UINT formatSize;
  /packages/apps/Email/src/com/android/email/activity/
UiUtilities.java 34 public static String formatSize(Context context, long size) {
MessageCompose.java     [all...]
MessageViewFragmentBase.java     [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageVolumePreferenceCategory.java 311 mPreferences[TOTAL_SIZE].setSummary(formatSize(totalSize));
312 mPreferences[AVAILABLE].setSummary(formatSize(availSize));
327 mPreferences[TOTAL_SIZE].setSummary(formatSize(totalSize));
358 mPreferences[category].setSummary(formatSize(size));
395 private String formatSize(long size) {

Completed in 1559 milliseconds