OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:formatSize
(Results
1 - 4
of
4
) sorted by null
/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
292
mPreferences[TOTAL_SIZE].setSummary(
formatSize
(totalSize));
293
mPreferences[AVAILABLE].setSummary(
formatSize
(availSize));
308
mPreferences[TOTAL_SIZE].setSummary(
formatSize
(totalSize));
339
mPreferences[category].setSummary(
formatSize
(size));
376
private String
formatSize
(long size) {
Completed in 1006 milliseconds