Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_scan/
DScanManagerTest.java1603 mScanManager.handleBluetoothProfileConnectionStateChanged( in profileConnectionStateChanged_sendStartConnectionMessage()
1623 mScanManager.handleBluetoothProfileConnectionStateChanged( in multipleProfileConnectionStateChanged_updateCountersCorrectly()
1630 mScanManager.handleBluetoothProfileConnectionStateChanged( in multipleProfileConnectionStateChanged_updateCountersCorrectly()
1638 mScanManager.handleBluetoothProfileConnectionStateChanged( in multipleProfileConnectionStateChanged_updateCountersCorrectly()
DTransitionalScanHelperTest.java400 .handleBluetoothProfileConnectionStateChanged( in profileConnectionStateChanged_notifyScanManager()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/
DGattServiceTest.java688 .handleBluetoothProfileConnectionStateChanged( in profileConnectionStateChanged_notifyScanManager()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_scan/
DTransitionalScanHelper.java232 mScanManager.handleBluetoothProfileConnectionStateChanged(profile, fromState, toState); in notifyProfileConnectionStateChange()
DScanManager.java2087 public void handleBluetoothProfileConnectionStateChanged( in handleBluetoothProfileConnectionStateChanged() method in ScanManager