Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DPhonePolicy.java896 final List<BluetoothDevice> mostRecentlyConnectedHfpDevices = in autoConnect() local
898 for (BluetoothDevice hfpDevice : mostRecentlyConnectedHfpDevices) { in autoConnect()
902 if (mostRecentlyConnectedHfpDevices.size() == 0) { in autoConnect()