HomeSort by relevance Sort by last modified time
    Searched refs:detailForeground (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
ChartData.java 26 public NetworkStatsHistory detailForeground;
ChartDataLoader.java 98 data.detailForeground = collectHistoryForUid(
99 template, uid, SET_FOREGROUND, data.detailForeground);
103 data.detail = new NetworkStatsHistory(data.detailForeground.getBucketDuration());
105 data.detail.recordEntireHistory(data.detailForeground);
108 data.detailForeground = new NetworkStatsHistory(HOUR_IN_MILLIS);
  /packages/apps/Settings/src/com/android/settings/datausage/
AppDataUsage.java 317 entry = mChartData.detailForeground.getValues(mStart, mEnd, now, entry);

Completed in 267 milliseconds