Searched defs:connectedDevices (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothRouteManagerTest.java65 private BluetoothDevice[] connectedDevices; field in class:BluetoothRouteManagerTest.BluetoothRouteTestParametersBuilder
119 BluetoothDevice... connectedDevices) {
120 this.connectedDevices = connectedDevices;
138 connectedDevices,
157 public BluetoothDevice[] connectedDevices; // array of connected devices field in class:BluetoothRouteManagerTest.BluetoothRouteTestParameters
163 BluetoothDevice[] connectedDevices, String messageDevice,
173 this.connectedDevices = connectedDevices;
190 ", connectedDevices
118 setConnectedDevices( BluetoothDevice... connectedDevices) argument
159 BluetoothRouteTestParameters(String name, String initialBluetoothState, BluetoothDevice initialDevice, int messageType, Pair<Integer, Integer> expectedListenerUpdate, int expectedBluetoothInteraction, String expectedConnectionAddress, String expectedFinalStateName, BluetoothDevice[] connectedDevices, String messageDevice, BluetoothDevice audioOnDevice) argument
[all...]

Completed in 86 milliseconds