Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidHostServiceTest.java144 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DDeviceListPreferenceFragmentTest.java187 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) {} in onDeviceBondStateChanged()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDevicePickerPreferenceController.java126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothPreferenceController.java126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothScanningDevicesGroupPreferenceController.java134 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothBondedDevicesPreferenceController.java98 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
DLeAudioService.java518 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/
DBluetoothPairingDetail.java177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DDevicePickerFragment.java158 int bondState) { in onDeviceBondStateChanged()
DBluetoothDevicePreference.java264 int bondState = mCachedDevice.getBondState(); in onClicked() local
DBluetoothDeviceUpdater.java166 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java384 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/
DHeadsetServiceTest.java911 private void testOkToAcceptConnectionCase(BluetoothDevice device, int bondState, int priority, in testOkToAcceptConnectionCase()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java234 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java1080 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java377 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/
DA2dpServiceTest.java998 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java381 final int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java906 int bondState = adapterService.getBondState(device); in okToConnect() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java1832 int bondState = mAdapterService.getBondState(device); in okToAcceptConnection() local