Searched refs:initialBluetoothState (Results 1 – 1 of 1) sorted by relevance
76 private String initialBluetoothState; field in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder97 String initialBluetoothState) { in setInitialBluetoothState() argument98 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.BluetoothRouteTestParameters207 public BluetoothRouteTestParameters(String name, String initialBluetoothState, in BluetoothRouteTestParameters() argument215 this.initialBluetoothState = initialBluetoothState; in BluetoothRouteTestParameters()237 ", initialBluetoothState='" + initialBluetoothState + '\'' + in toString()291 mParams.initialBluetoothState, mParams.initialDevice); in testTransitions()