Home
last modified time | relevance | path

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

/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/btservice/
DAdapterService.java1062 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectHeadset() local
1063 if ((bondedDevices == null) ||(hsService == null)) { in autoConnectHeadset()
1066 for (BluetoothDevice device : bondedDevices) { in autoConnectHeadset()
1076 BluetoothDevice bondedDevices[] = getBondedDevices(); in autoConnectA2dp() local
1077 if ((bondedDevices == null) ||(a2dpSservice == null)) { in autoConnectA2dp()
1080 for (BluetoothDevice device : bondedDevices) { in autoConnectA2dp()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
DA2dpStateMachine.java658 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices(); in getDevicesMatchingConnectionStates() local
661 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()