Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
H A DPhonePolicyTest.java396 ArrayList<BluetoothDevice> a2dpConnectedDevices = new ArrayList<>(); in testAutoConnectMultipleDevices() local
416 a2dpConnectedDevices.add(testDevice); in testAutoConnectMultipleDevices()
425 when(mA2dpService.getConnectedDevices()).thenReturn(a2dpConnectedDevices); in testAutoConnectMultipleDevices()
466 ArrayList<BluetoothDevice> a2dpConnectedDevices = new ArrayList<>(); in testSetConnectionPolicyMultipleDevices() local
476 a2dpConnectedDevices.add(testDevice); in testSetConnectionPolicyMultipleDevices()
490 a2dpConnectedDevices.add(testDevice); in testSetConnectionPolicyMultipleDevices()
507 when(mA2dpService.getConnectedDevices()).thenReturn(a2dpConnectedDevices); in testSetConnectionPolicyMultipleDevices()
541 a2dpConnectedDevices.add(testDevices[1]); in testSetConnectionPolicyMultipleDevices()
542 when(mA2dpService.getConnectedDevices()).thenReturn(a2dpConnectedDevices); in testSetConnectionPolicyMultipleDevices()