Home
last modified time | relevance | path

Searched defs:activeDevice (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothEventManager.java232 void dispatchActiveDeviceChanged( in dispatchActiveDeviceChanged()
259 private void dispatchAclStateChanged(@NonNull CachedBluetoothDevice activeDevice, int state) { in dispatchAclStateChanged()
477 CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local
514 final CachedBluetoothDevice activeDevice = mDeviceManager.findDevice(device); in onReceive() local
DBluetoothCallback.java123 default void onActiveDeviceChanged( in onActiveDeviceChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java398 public void onActiveDeviceChanged( in onActiveDeviceChanged()