Home
last modified time | relevance | path

Searched refs:getSensorTimerLocked (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6662 public StopwatchTimer getSensorTimerLocked(int sensor, boolean create) { in getSensorTimerLocked() method in BatteryStatsImpl.Uid
6757 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()