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 91 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice,
BluetoothEventManager.java 275 callback.onDeviceBondStateChanged(cachedDevice, bondState);
BluetoothSettings.java 357 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {

Completed in 295 milliseconds