Home
last modified time | relevance | path

Searched refs:totalString (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsSummary.java76 String totalString = Formatter.formatShortFileSize(context, (long) totalRam); in refreshUi() local
92 mTotalMemory.setSummary(totalString); in refreshUi()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DProcessStatsSummary.java78 String totalString = Formatter.formatShortFileSize(context, (long) totalRam); in refreshUi() local
94 mTotalMemory.setSummary(totalString); in refreshUi()