Searched defs:getBluetoothScanTime (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/os/
H A DBatteryStats.java2272 public abstract long getBluetoothScanTime(long elapsedRealtimeUs, int which); method in class:BatteryStats
4215 final long bluetoothScanTimeMs = getBluetoothScanTime(rawRealtime, which) / 1000;
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5488 public long getBluetoothScanTime(long elapsedRealtimeUs, int which) { method in class:BatteryStatsImpl

Completed in 187 milliseconds