Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothCallback.java28 void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState); in onDeviceBondStateChanged() method
DDevicePickerFragment.java118 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, in onDeviceBondStateChanged() method in DevicePickerFragment
DBluetoothEventManager.java275 callback.onDeviceBondStateChanged(cachedDevice, bondState); in onReceive()
DBluetoothSettings.java386 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged() method in BluetoothSettings