Searched refs:getBluetoothOnTime (Results 1 – 2 of 2) sorted by relevance
905 public abstract long getBluetoothOnTime(long batteryRealtime, int which); in getBluetoothOnTime() method in BatteryStats1206 final long bluetoothOnTime = getBluetoothOnTime(batteryRealtime, which); in dumpCheckinLocked()1481 final long bluetoothOnTime = getBluetoothOnTime(batteryRealtime, which); in dumpLocked()
2327 @Override public long getBluetoothOnTime(long batteryRealtime, int which) { in getBluetoothOnTime() method in BatteryStatsImpl