Searched refs:getBluetoothScanTime (Results 1 – 2 of 2) sorted by relevance
2102 public abstract long getBluetoothScanTime(long elapsedRealtimeUs, int which); in getBluetoothScanTime() method in BatteryStats3817 final long bluetoothScanTimeMs = getBluetoothScanTime(rawRealtime, which) / 1000; in dumpLocked()
4826 public long getBluetoothScanTime(long elapsedRealtimeUs, int which) { in getBluetoothScanTime() method in BatteryStatsImpl