Searched refs:getSensorTimerLocked (Results 1 – 1 of 1) sorted by relevance
6271 public StopwatchTimer getSensorTimerLocked(int sensor, boolean create) { in getSensorTimerLocked() method in BatteryStatsImpl.Uid6366 StopwatchTimer t = getSensorTimerLocked(sensor, true); in noteStartSensor()6374 StopwatchTimer t = getSensorTimerLocked(sensor, false); in noteStopSensor()6381 StopwatchTimer t = getSensorTimerLocked(Sensor.GPS, true); in noteStartGps()6388 StopwatchTimer t = getSensorTimerLocked(Sensor.GPS, false); in noteStopGps()8108 u.getSensorTimerLocked(seNumber, true) in readSummaryFromParcel()