/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/ |
D | HidHostServiceTest.java | 144 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/ |
D | DeviceListPreferenceFragmentTest.java | 187 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged()
|
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/ |
D | BluetoothDevicePickerPreferenceController.java | 126 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 | 134 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothBondedDevicesPreferenceController.java | 98 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/ |
D | LeAudioService.java | 518 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() 592 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local 630 int bondState = mAdapterService.getBondState(device); in okToConnect() local
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingDetail.java | 177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
D | DevicePickerFragment.java | 158 int bondState) { in onDeviceBondStateChanged()
|
D | BluetoothDevicePreference.java | 264 int bondState = mCachedDevice.getBondState(); in onClicked() local
|
D | BluetoothDeviceUpdater.java | 166 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/ |
D | HearingAidService.java | 384 int bondState = mAdapterService.getBondState(device); in okToConnect() local 750 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged() 827 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceTest.java | 911 private void testOkToAcceptConnectionCase(BluetoothDevice device, int bondState, int priority, in testOkToAcceptConnectionCase()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/ |
D | LeAudioServiceTest.java | 234 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/ |
D | HearingAidServiceTest.java | 1080 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/ |
D | A2dpService.java | 377 int bondState = mAdapterService.getBondState(device); in okToConnect() local 1068 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpServiceTest.java | 998 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/ |
D | BluetoothAccessoryFragment.java | 381 final int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/ |
D | HidHostService.java | 906 int bondState = adapterService.getBondState(device); in okToConnect() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetService.java | 1832 int bondState = mAdapterService.getBondState(device); in okToAcceptConnection() local
|