Home
last modified time | relevance | path

Searched refs:onDeviceBondStateChanged (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java76 default void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged() method
DBluetoothEventManager.java347 callback.onDeviceBondStateChanged(cachedDevice, bondState); in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java350 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothControllerImpl
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java602 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in KeyboardUI.BluetoothCallbackHandler