Lines Matching refs:stats

80     // TODO: remove "tcp" from network methods, since we measure total stats.
560 boolean reset(BatteryStatsImpl stats, boolean detachIfReset) {
726 * A sequence counter, incremented once for each update of the stats.
822 boolean reset(BatteryStatsImpl stats, boolean detachIfReset) {
823 super.reset(stats, detachIfReset);
938 public void addDuration(BatteryStatsImpl stats, long durationMillis) {
949 public void abortLastDuration(BatteryStatsImpl stats) {
969 boolean reset(BatteryStatsImpl stats, boolean detachIfReset) {
973 super.reset(stats, !stillActive && detachIfReset);
1051 void startRunningLocked(BatteryStatsImpl stats) {
1053 mUpdateTime = stats.getBatteryRealtimeLocked(
1058 refreshTimersLocked(stats, mTimerPool);
1077 void stopRunningLocked(BatteryStatsImpl stats) {
1086 refreshTimersLocked(stats, mTimerPool);
1091 final long batteryRealtime = stats.getBatteryRealtimeLocked(realtime);
1113 private static void refreshTimersLocked(final BatteryStatsImpl stats,
1116 final long batteryRealtime = stats.getBatteryRealtimeLocked(realtime);
1144 boolean reset(BatteryStatsImpl stats, boolean detachIfReset) {
1146 super.reset(stats, canDetach && detachIfReset);
1148 mUpdateTime = stats.getBatteryRealtimeLocked(
2563 * The transient wake stats we have collected for this uid's pids.
2886 * Clear all stats for this uid. Returns true if the uid is completely
4662 Slog.w(TAG, "Couldn't get kernel wake lock stats");
5267 + ", expected " + VERSION + "; erasing old stats");
5900 // Need to retrieve current kernel wake lock stats before printing.
5953 Log.wtf(TAG, "problem reading network stats", e);
5977 Log.wtf(TAG, "problem reading network stats", e);