HomeSort by relevance Sort by last modified time
    Searched defs:onDeviceBondStateChanged (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothCallback.java 28 void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState);
DevicePickerFragment.java 81 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice,
BluetoothEventManager.java 271 callback.onDeviceBondStateChanged(cachedDevice, bondState);
BluetoothSettings.java 346 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {

Completed in 480 milliseconds