Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/datausage/
DAppDataUsage.java288 final long backgroundBytes, foregroundBytes; in bindData() local
290 backgroundBytes = foregroundBytes = 0; in bindData()
299 foregroundBytes = entry.rxBytes + entry.txBytes; in bindData()
301 final long totalBytes = backgroundBytes + foregroundBytes; in bindData()
305 mForegroundUsage.setSummary(Formatter.formatFileSize(context, foregroundBytes)); in bindData()