/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Security.kt | 175 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/ |
D | BatteryService.java | 261 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/ |
D | HidHostServiceTest.java | 163 BluetoothDevice device, int bondState, int priority, boolean expected) { in testOkToConnectCase()
|
/packages/apps/Car/Settings/src/com/android/car/settings/qc/ |
D | PairedBluetoothDevicesWorker.java | 73 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothDevicePairingDetailBase.java | 93 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | DevicePickerFragment.java | 160 int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothDevicePreference.java | 371 int bondState = mCachedDevice.getBondState(); in onClicked() local
|
D | BluetoothDeviceUpdater.java | 170 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicePickerPreferenceController.java | 139 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothPreferenceController.java | 126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothScanningDevicesGroupPreferenceController.java | 166 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothBondedDevicesPreferenceController.java | 142 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bas/ |
D | BatteryServiceTest.java | 277 BluetoothDevice device, int bondState, int policy, boolean expected) { in testCanConnectCase()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 381 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/ |
D | CsipSetCoordinatorService.java | 333 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/ |
D | HearingDevicePairingFragment.java | 193 int bondState) { in onDeviceBondStateChanged()
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | BluetoothConnectionRetryManager.java | 87 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
|
D | BluetoothDeviceManager.java | 137 int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceTest.java | 1342 BluetoothDevice device, int bondState, int priority, boolean expected) { in testOkToAcceptConnectionCase()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hap/ |
D | HapClientService.java | 220 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/ |
D | VolumeControlService.java | 430 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/ |
D | HearingAidServiceTest.java | 1275 BluetoothDevice device, int bondState, int priority, boolean expected) { in testOkToConnectCase()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 400 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/ |
D | A2dpServiceTest.java | 1182 BluetoothDevice device, int bondState, int priority, boolean expected) { in testOkToConnectCase()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/csip/ |
D | CsipSetCoordinatorServiceTest.java | 700 BluetoothDevice device, int bondState, int policy, boolean expected) { in testOkToConnectCase()
|