Searched refs:mStatsType (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DPowerUsageSummary.java87 private int mStatsType = BatteryStats.STATS_SINCE_CHARGED; field in class:PowerUsageSummary
231 mStats.dumpLocked(printWriter, "", mStatsType, uid.getUid());
236 mStats.dumpCheckinLocked(printWriter, mStatsType, uid.getUid());
327 if (mStatsType == BatteryStats.STATS_SINCE_CHARGED) {
328 mStatsType = BatteryStats.STATS_SINCE_UNPLUGGED;
330 mStatsType = BatteryStats.STATS_SINCE_CHARGED;
410 final int which = mStatsType;
502 long tcpBytesReceived = u.getTcpBytesReceived(mStatsType);
503 long tcpBytesSent = u.getTcpBytesSent(mStatsType);
597 long phoneOnTimeMs = mStats.getPhoneOnTime(uSecNow, mStatsType) / 100
[all...]

Completed in 181 milliseconds