Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterPropertiesTest.java117 mAdapterProperties.onBondStateChanged(device1, BluetoothDevice.BOND_BONDED); in testCleanupPrevBondRecordsFor()
118 mAdapterProperties.onBondStateChanged(device2, BluetoothDevice.BOND_BONDED); in testCleanupPrevBondRecordsFor()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java548 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()
575 mAdapterProperties.onBondStateChanged(device, newState); in sendIntent()
604 mAdapterService.onBondStateChanged(device, newState); in sendIntent()
DCompanionManager.java300 public void onBondStateChanged(BluetoothDevice device, int state) { in onBondStateChanged() method in CompanionManager
DAdapterProperties.java623 void onBondStateChanged(BluetoothDevice device, int state) { in onBondStateChanged() method in AdapterProperties
1038 onBondStateChanged( in adapterPropertyChangedCallback()
DAdapterService.java6726 public void onBondStateChanged(BluetoothDevice device, int state) { in onBondStateChanged() method in AdapterService
6728 mBtCompanionManager.onBondStateChanged(device, state); in onBondStateChanged()