Searched refs:expectedBluetoothInteraction (Results 1 – 1 of 1) sorted by relevance
74 private int expectedBluetoothInteraction; field in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder116 int expectedBluetoothInteraction) { in setExpectedBluetoothInteraction() argument117 this.expectedBluetoothInteraction = expectedBluetoothInteraction; in setExpectedBluetoothInteraction()161 expectedBluetoothInteraction, in build()181 public int expectedBluetoothInteraction; // NONE, CONNECT, or DISCONNECT field in BluetoothRouteTransitionTests.BluetoothRouteTestParameters191 expectedListenerUpdates, int expectedBluetoothInteraction, BluetoothDevice in BluetoothRouteTestParameters() argument201 this.expectedBluetoothInteraction = expectedBluetoothInteraction; in BluetoothRouteTestParameters()220 ", expectedBluetoothInteraction=" + expectedBluetoothInteraction + in toString()318 switch (mParams.expectedBluetoothInteraction) { in testTransitions()