Searched refs:activeDevice (Results 1 – 5 of 5) sorted by relevance
453 CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local465 dispatchActiveDeviceChanged(activeDevice, bluetoothProfile); in onReceive()469 private void dispatchActiveDeviceChanged(CachedBluetoothDevice activeDevice, in dispatchActiveDeviceChanged() argument471 mDeviceManager.onActiveDeviceChanged(activeDevice, bluetoothProfile); in dispatchActiveDeviceChanged()474 callback.onActiveDeviceChanged(activeDevice, bluetoothProfile); in dispatchActiveDeviceChanged()
31 void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile); in onActiveDeviceChanged() argument
311 public synchronized void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, in onActiveDeviceChanged() argument314 boolean isActive = Objects.equals(cachedDevice, activeDevice); in onActiveDeviceChanged()
281 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, int bluetoothProfile) {} in onActiveDeviceChanged() argument
612 public void onActiveDeviceChanged(CachedBluetoothDevice activeDevice, in onActiveDeviceChanged() argument