Home
last modified time | relevance | path

Searched refs:getBondedDevices (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1053 public BluetoothDevice[] getBondedDevices() { in getBondedDevices() method in AdapterService.AdapterServiceBinder
1057 return service.getBondedDevices(); in getBondedDevices()
1572 BluetoothDevice[] getBondedDevices() { in getBondedDevices() method in AdapterService
1574 return mAdapterProperties.getBondedDevices(); in getBondedDevices()
1650 BluetoothDevice[] bondedDevices = getBondedDevices(); in updateUuids()
1661 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectHeadset()
1675 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectA2dp()
1689 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectHeadsetClient()
1705 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectA2dpSink()
1720 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectPbapClient()
[all …]
DAdapterProperties.java257 BluetoothDevice[] getBondedDevices() { in getBondedDevices() method in AdapterProperties
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothAccessoryFragment.java134 Set<BluetoothDevice> bondedDevices = btAdapter.getBondedDevices(); in onCreate()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DMainFragment.java314 final Set<BluetoothDevice> bondedDevices = mBtAdapter.getBondedDevices(); in updateAccessories()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSettings.java599 lbtm.getBluetoothAdapter().getBondedDevices();
DDockService.java428 Set<BluetoothDevice> btDevices = mLocalAdapter.getBondedDevices(); in hasOtherConnectedDevices()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java693 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkStateMachine.java715 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapService.java523 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java544 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java2364 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1250 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java2319 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates()