Home
last modified time | relevance | path

Searched defs:usedResult (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DProcessStatsSummary.java73 BytesResult usedResult = Formatter.formatBytes(context.getResources(), (long) usedRam, in refreshUi() local
135 String usedResult = Formatter.formatShortFileSize(mContext, in setListening() local
DProcessStatsDetail.java190 Formatter.BytesResult usedResult = Formatter.formatBytes(context.getResources(), in createDetails() local
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageSummary.java212 final Formatter.BytesResult usedResult = Formatter.formatBytes(context.getResources(), in formatTitle() local