Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothBondedDevicesPreferenceController.java72 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothDevicePickerPreferenceController.java126 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothPreferenceController.java116 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothScanningDevicesGroupPreferenceController.java135 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
DHidHostServiceTest.java152 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/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingDetail.java177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DDevicePickerFragment.java141 int bondState) { in onDeviceBondStateChanged()
DBluetoothDevicePreference.java209 int bondState = mCachedDevice.getBondState(); in onClicked() local
DBluetoothDeviceUpdater.java162 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DDevicePickerFragment.java141 int bondState) { in onDeviceBondStateChanged()
DBluetoothPairingDetail.java177 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
DBluetoothDevicePreference.java206 int bondState = mCachedDevice.getBondState(); in onClicked() local
DBluetoothDeviceUpdater.java152 public void onDeviceBondStateChanged(CachedBluetoothDevice cachedDevice, int bondState) { in onDeviceBondStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java360 int bondState = mAdapterService.getBondState(device); in okToConnect() local
694 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged()
769 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpService.java355 int bondState = mAdapterService.getBondState(device); in okToConnect() local
980 void bondStateChanged(BluetoothDevice device, int bondState) { in bondStateChanged()
1095 int bondState = mAdapterService.getBondState(device); in connectionStateChanged() local
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceTest.java893 private void testOkToAcceptConnectionCase(BluetoothDevice device, int bondState, int priority, in testOkToAcceptConnectionCase()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hearingaid/
DHearingAidServiceTest.java1075 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java387 final int bondState = intent.getIntExtra(BluetoothDevice.EXTRA_BOND_STATE, in onReceive() local
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/a2dp/
DA2dpServiceTest.java1059 private void testOkToConnectCase(BluetoothDevice device, int bondState, int priority, in testOkToConnectCase()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidHostService.java817 int bondState = adapterService.getBondState(device); in okToConnect() local
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetService.java1726 int bondState = mAdapterService.getBondState(device); in okToAcceptConnection() local