Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DActiveDeviceManager.java1066 mDbManager.getMostRecentlyConnectedDevicesInList(connectedHearingAidDevices); in setFallbackDeviceActiveLocked()
1115 BluetoothDevice device = mDbManager.getMostRecentlyConnectedDevicesInList(connectedDevices); in setFallbackDeviceActiveLocked()
DAudioRoutingManager.java368 mDbManager.getMostRecentlyConnectedDevicesInList(activatableDevices)); in getFallbackDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java787 public BluetoothDevice getMostRecentlyConnectedDevicesInList( in getMostRecentlyConnectedDevicesInList() method in DatabaseManager
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dp/
DA2dpService.java1370 ? dbManager.getMostRecentlyConnectedDevicesInList(getConnectedDevices()) in getFallbackDevice()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAudioRoutingManagerTest.java1339 public BluetoothDevice getMostRecentlyConnectedDevicesInList( in getMostRecentlyConnectedDevicesInList() method in AudioRoutingManagerTest.TestDatabaseManager
DActiveDeviceManagerTest.java1470 public BluetoothDevice getMostRecentlyConnectedDevicesInList( in getMostRecentlyConnectedDevicesInList() method in ActiveDeviceManagerTest.TestDatabaseManager
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java2545 ? dbManager.getMostRecentlyConnectedDevicesInList(getFallbackCandidates(dbManager)) in getFallbackDevice()