Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java447 ArrayList<BluetoothDevice> devices = getDeviceListSnapshot(); in sync()
461 public ArrayList<BluetoothDevice> getDeviceListSnapshot() { in getDeviceListSnapshot() method in BluetoothProfileDeviceManager
618 mAutoConnectingDevices = getDeviceListSnapshot(); in beginAutoConnecting()
802 ArrayList<BluetoothDevice> devices = getDeviceListSnapshot(); in dump()
DCarBluetoothService.java403 return deviceManager.getDeviceListSnapshot(); in getProfileDevicePriorityList()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java338 ArrayList<BluetoothDevice> devices = mProfileDeviceManager.getDeviceListSnapshot(); in assertDeviceList()