Home
last modified time | relevance | path

Searched refs:onBondStateChanged (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DBondStateMachine.java397 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()
417 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()
DAdapterProperties.java586 void onBondStateChanged(BluetoothDevice device, int state) { in onBondStateChanged() method in AdapterProperties
904 onBondStateChanged(mAdapter.getRemoteDevice( in adapterPropertyChangedCallback()