Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteTransitionTests.java74 private int expectedBluetoothInteraction; field in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder
116 int expectedBluetoothInteraction) { in setExpectedBluetoothInteraction() argument
117 this.expectedBluetoothInteraction = expectedBluetoothInteraction; in setExpectedBluetoothInteraction()
161 expectedBluetoothInteraction, in build()
181 public int expectedBluetoothInteraction; // NONE, CONNECT, or DISCONNECT field in BluetoothRouteTransitionTests.BluetoothRouteTestParameters
191 expectedListenerUpdates, int expectedBluetoothInteraction, BluetoothDevice in BluetoothRouteTestParameters() argument
201 this.expectedBluetoothInteraction = expectedBluetoothInteraction; in BluetoothRouteTestParameters()
220 ", expectedBluetoothInteraction=" + expectedBluetoothInteraction + in toString()
318 switch (mParams.expectedBluetoothInteraction) { in testTransitions()