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.java6271 public StopwatchTimer getSensorTimerLocked(int sensor, boolean create) { in getSensorTimerLocked() method in BatteryStatsImpl.Uid
6366 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()