Home
last modified time | relevance | path

Searched defs:bondState (Results 1 – 25 of 33) sorted by relevance

12

/packages/modules/Bluetooth/android/pandora/server/src/
DSecurity.kt175 val bondState = waitBondIntent(bluetoothDevice) in <lambda>() constant
195 val bondState = waitBondIntent(bluetoothDevice) in <lambda>() constant
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bas/
DBatteryService.java261 int bondState = mAdapterService.getBondState(device); in canConnect() local
294 int bondState = mAdapterService.getBondState(device); in handleConnectionStateChanged() local
443 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hid/
DHidHostServiceTest.java163 BluetoothDevice device, int bondState, int priority, boolean expected) { in testOkToConnectCase()
/packages/apps/Car/Settings/src/com/android/car/settings/qc/
DPairedBluetoothDevicesWorker.java73 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDevicePairingDetailBase.java93 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DDevicePickerFragment.java160 int bondState) { in onDeviceBondStateChanged()
DBluetoothDevicePreference.java371 int bondState = mCachedDevice.getBondState(); in onClicked() local
DBluetoothDeviceUpdater.java170 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceController.java139 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothPreferenceController.java126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothScanningDevicesGroupPreferenceController.java166 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothBondedDevicesPreferenceController.java142 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bas/
DBatteryServiceTest.java277 BluetoothDevice device, int bondState, int policy, boolean expected) { in testCanConnectCase()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/
DHearingAidService.java381 int bondState = mAdapterService.getBondState(device); in okToConnect() local
840 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged()
920 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/csip/
DCsipSetCoordinatorService.java333 int bondState = mAdapterService.getBondState(device); in okToConnect() local
941 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged()
1014 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local
/packages/apps/Settings/src/com/android/settings/accessibility/
DHearingDevicePairingFragment.java193 int bondState) { in onDeviceBondStateChanged()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothConnectionRetryManager.java87 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
DBluetoothDeviceManager.java137 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java1342 BluetoothDevice device, int bondState, int priority, boolean expected) { in testOkToAcceptConnectionCase()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/
DHapClientService.java220 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged()
383 int bondState = mAdapterService.getBondState(device); in okToConnect() local
414 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java430 int bondState = mAdapterService.getBondState(device); in okToConnect() local
1300 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged()
1362 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java1275 BluetoothDevice device, int bondState, int priority, boolean expected) { in testOkToConnectCase()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java400 int bondState = mAdapterService.getBondState(device); in okToConnect() local
1193 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java1182 BluetoothDevice device, int bondState, int priority, boolean expected) { in testOkToConnectCase()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/
DCsipSetCoordinatorServiceTest.java700 BluetoothDevice device, int bondState, int policy, boolean expected) { in testOkToConnectCase()

12