Searched defs:getBluetoothOnTime (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/os/
H A DBatteryStats.java909 public abstract long getBluetoothOnTime(long batteryRealtime, int which); method in class:BatteryStats
1212 final long bluetoothOnTime = getBluetoothOnTime(batteryRealtime, which);
1500 final long bluetoothOnTime = getBluetoothOnTime(batteryRealtime, which);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2357 @Override public long getBluetoothOnTime(long batteryRealtime, int which) { method in class:BatteryStatsImpl

Completed in 28 milliseconds