Searched refs:getSensorTimerLocked (Results 1 – 1 of 1) sorted by relevance
6662 public StopwatchTimer getSensorTimerLocked(int sensor, boolean create) { in getSensorTimerLocked() method in BatteryStatsImpl.Uid6757 StopwatchTimer t = getSensorTimerLocked(sensor, true); in noteStartSensor()6765 StopwatchTimer t = getSensorTimerLocked(sensor, false); in noteStopSensor()6772 StopwatchTimer t = getSensorTimerLocked(Sensor.GPS, true); in noteStartGps()6779 StopwatchTimer t = getSensorTimerLocked(Sensor.GPS, false); in noteStopGps()9354 u.getSensorTimerLocked(seNumber, true) in readSummaryFromParcel()