Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
DChartDataLoader.java98 data.detailForeground = collectHistoryForUid( in loadInBackground()
99 template, uid, SET_FOREGROUND, data.detailForeground); in loadInBackground()
103 data.detail = new NetworkStatsHistory(data.detailForeground.getBucketDuration()); in loadInBackground()
105 data.detail.recordEntireHistory(data.detailForeground); in loadInBackground()
108 data.detailForeground = new NetworkStatsHistory(HOUR_IN_MILLIS); in loadInBackground()
DChartData.java26 public NetworkStatsHistory detailForeground; field in ChartData