Searched refs:foregroundBytes (Results 1 – 1 of 1) sorted by relevance
288 final long backgroundBytes, foregroundBytes; in bindData() local290 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()