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

  /packages/apps/Settings/src/com/android/settings/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/
DataUsageSummary.java     [all...]

Completed in 403 milliseconds