Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothRouteTransitionTests.java76 private String initialBluetoothState; field in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder
97 String initialBluetoothState) { in setInitialBluetoothState() argument
98 this.initialBluetoothState = initialBluetoothState; in setInitialBluetoothState()
172 initialBluetoothState, in build()
191 public String initialBluetoothState; // One of the state names or prefixes from BRM. field in BluetoothRouteTransitionTests.BluetoothRouteTestParameters
207 public BluetoothRouteTestParameters(String name, String initialBluetoothState, in BluetoothRouteTestParameters() argument
215 this.initialBluetoothState = initialBluetoothState; in BluetoothRouteTestParameters()
237 ", initialBluetoothState='" + initialBluetoothState + '\'' + in toString()
291 mParams.initialBluetoothState, mParams.initialDevice); in testTransitions()