D | BluetoothRouteTransitionTests.java | 77 private BluetoothDevice[] connectedDevices; field in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder 134 BluetoothDevice... connectedDevices) { in setConnectedDevices() argument 135 this.connectedDevices = connectedDevices; in setConnectedDevices() 164 connectedDevices, in build() 184 public BluetoothDevice[] connectedDevices; // array of connected devices field in BluetoothRouteTransitionTests.BluetoothRouteTestParameters 193 BluetoothDevice[] connectedDevices, BluetoothDevice messageDevice, in BluetoothRouteTestParameters() argument 204 this.connectedDevices = connectedDevices; in BluetoothRouteTestParameters() 223 ", connectedDevices=" + Arrays.toString(connectedDevices) + in toString() 259 setupConnectedDevices(mParams.connectedDevices, in testTransitions()
|