OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTotalMemory
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsSummary.java
45
private Preference
mTotalMemory
;
57
mTotalMemory
= findPreference(KEY_TOTAL_MEMORY);
91
mTotalMemory
.setSummary(totalString);
/frameworks/base/services/core/java/com/android/server/storage/
DeviceStorageMonitorService.java
98
private final long
mTotalMemory
; // on /data
332
mTotalMemory
= (long)mDataFileStats.getBlockCount() *
367
mFreeMemAfterLastCacheClear =
mTotalMemory
;
417
pw.print("
mTotalMemory
=");
418
pw.println(Formatter.formatFileSize(context,
mTotalMemory
));
Completed in 2711 milliseconds