Home | History | Annotate | Download | only in power

Lines Matching refs:mBatteryStats

89     private final IBatteryStats mBatteryStats;
134 mBatteryStats = batteryStats;
161 mBatteryStats.noteInteractive(true);
183 mBatteryStats.noteStartWakelockFromSource(workSource, ownerPid, tag,
186 mBatteryStats.noteStartWakelock(ownerUid, ownerPid, tag, historyTag,
209 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, workSource.get(i));
212 mBatteryStats.noteLongPartialWakelockStart(tag, historyTag, ownerUid);
230 mBatteryStats.noteLongPartialWakelockFinish(tag, historyTag, workSource.get(i));
233 mBatteryStats.noteLongPartialWakelockFinish(tag, historyTag, ownerUid);
262 mBatteryStats.noteChangeWakelockFromSource(workSource, ownerPid, tag, historyTag,
291 mBatteryStats.noteStopWakelockFromSource(workSource, ownerPid, tag,
294 mBatteryStats.noteStopWakelock(ownerUid, ownerPid, tag,
370 mBatteryStats.noteInteractive(interactive);
513 mBatteryStats.noteUserActivity(uid, event);
538 mBatteryStats.noteWakeUp(reason, reasonUid);