Home
last modified time | relevance | path

Searched refs:bondedDevices (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1073 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectHeadset() local
1074 if ((bondedDevices == null) ||(hsService == null)) { in autoConnectHeadset()
1077 for (BluetoothDevice device : bondedDevices) { in autoConnectHeadset()
1087 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectA2dp() local
1088 if ((bondedDevices == null) ||(a2dpSservice == null)) { in autoConnectA2dp()
1091 for (BluetoothDevice device : bondedDevices) { in autoConnectA2dp()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothEventManager.java373 Set<BluetoothDevice> bondedDevices = mLocalAdapter.getBondedDevices(); in readPairedDevices() local
374 if (bondedDevices == null) { in readPairedDevices()
379 for (BluetoothDevice device : bondedDevices) { in readPairedDevices()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java657 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates() local
660 for (BluetoothDevice device : bondedDevices) { in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java1218 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates() local
1221 for (BluetoothDevice device : bondedDevices) { in getDevicesMatchingConnectionStates()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java834 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates() local
835 for (BluetoothDevice device : bondedDevices) { in getDevicesMatchingConnectionStates()