Searched refs:startRunningLocked (Results 1 – 2 of 2) sorted by relevance
912 void startRunningLocked(BatteryStatsImpl stats) { in startRunningLocked() method in BatteryStatsImpl.StopwatchTimer1733 mScreenOnTimer.startRunningLocked(this); in noteScreenOnLocked()1735 mScreenBrightnessTimer[mScreenBrightnessBin].startRunningLocked(this); in noteScreenOnLocked()1785 mScreenBrightnessTimer[bin].startRunningLocked(this); in noteScreenBrightnessLocked()1806 mPhoneOnTimer.startRunningLocked(this); in notePhoneOnLocked()1880 mPhoneSignalScanningTimer.startRunningLocked(this); in updateAllPhoneStateLocked()1910 mPhoneSignalStrengthsTimer[bin].startRunningLocked(this); in updateAllPhoneStateLocked()2004 mPhoneDataConnectionsTimer[bin].startRunningLocked(this); in notePhoneDataConnectionStateLocked()2015 mWifiOnTimer.startRunningLocked(this); in noteWifiOnLocked()2041 mAudioOnTimer.startRunningLocked(this); in noteAudioOnLocked()[all …]
11753 r.stats.startRunningLocked(); in startServiceLocked()