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

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7755 public StopwatchTimer getSensorTimerLocked(int sensor, boolean create) { method in class:BatteryStatsImpl.Uid
7851 StopwatchTimer t = getSensorTimerLocked(sensor, true);
7859 StopwatchTimer t = getSensorTimerLocked(sensor, false);
7866 StopwatchTimer t = getSensorTimerLocked(Sensor.GPS, true);
7873 StopwatchTimer t = getSensorTimerLocked(Sensor.GPS, false);
10781 u.getSensorTimerLocked(seNumber, true)

Completed in 46 milliseconds