Searched refs:expectedListenerUpdates (Results 1 - 1 of 1) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DBluetoothRouteTransitionTests.java69 private ListenerUpdate[] expectedListenerUpdates; field in class:BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder
105 ListenerUpdate... expectedListenerUpdates) {
106 this.expectedListenerUpdates = expectedListenerUpdates;
149 expectedListenerUpdates,
168 public ListenerUpdate[] expectedListenerUpdates; // what the listener should expect. field in class:BluetoothRouteTransitionTests.BluetoothRouteTestParameters
178 expectedListenerUpdates, int expectedBluetoothInteraction, BluetoothDevice
186 this.expectedListenerUpdates = expectedListenerUpdates;
204 ", expectedListenerUpdate=" + expectedListenerUpdates
104 setExpectedListenerUpdates( ListenerUpdate... expectedListenerUpdates) argument
176 BluetoothRouteTestParameters(String name, String initialBluetoothState, BluetoothDevice initialDevice, int messageType, ListenerUpdate[] expectedListenerUpdates, int expectedBluetoothInteraction, BluetoothDevice expectedConnectionDevice, String expectedFinalStateName, BluetoothDevice[] connectedDevices, BluetoothDevice messageDevice, BluetoothDevice audioOnDevice, BluetoothDevice activeDevice) argument
[all...]

Completed in 148 milliseconds