Searched refs:mWifiRunningTimer (Results 1 – 1 of 1) sorted by relevance
5591 StopwatchTimer mWifiRunningTimer; field in BatteryStatsImpl.Uid5741 mWifiRunningTimer = new StopwatchTimer(mBsi.mClocks, this, WIFI_RUNNING, in Uid()5833 if (mWifiRunningTimer == null) { in noteWifiRunningLocked()5834 mWifiRunningTimer = new StopwatchTimer(mBsi.mClocks, Uid.this, WIFI_RUNNING, in noteWifiRunningLocked()5837 mWifiRunningTimer.startRunningLocked(elapsedRealtimeMs); in noteWifiRunningLocked()5845 mWifiRunningTimer.stopRunningLocked(elapsedRealtimeMs); in noteWifiStoppedLocked()6191 if (mWifiRunningTimer == null) { in getWifiRunningTime()6194 return mWifiRunningTimer.getTotalTimeLocked(elapsedRealtimeUs, which); in getWifiRunningTime()6552 if (mWifiRunningTimer != null) { in reset()6553 active |= !mWifiRunningTimer.reset(false); in reset()[all …]