Searched refs:expectedFinalStateName (Results 1 – 2 of 2) sorted by relevance
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothRouteTransitionTests.java | 84 private String expectedFinalStateName; field in BluetoothRouteTransitionTests.BluetoothRouteTestParametersBuilder 137 String expectedFinalStateName) { in setExpectedFinalStateName() argument 138 this.expectedFinalStateName = expectedFinalStateName; in setExpectedFinalStateName() 178 expectedFinalStateName, in build() 200 public String expectedFinalStateName; // Expected name of the final state. field in BluetoothRouteTransitionTests.BluetoothRouteTestParameters 210 expectedConnectionDevice, String expectedFinalStateName, in BluetoothRouteTestParameters() argument 221 this.expectedFinalStateName = expectedFinalStateName; in BluetoothRouteTestParameters() 244 ", expectedFinalStateName='" + expectedFinalStateName + '\'' + in toString() 341 assertEquals(mParams.expectedFinalStateName, sm.getCurrentState().getName()); in testTransitions()
|
D | CallAudioModeTransitionTests.java | 58 public String expectedFinalStateName; field in CallAudioModeTransitionTests.ModeTestParameters 66 expectedFinalStateName, int expectedFocus, int expectedMode, int in ModeTestParameters() argument 72 this.expectedFinalStateName = expectedFinalStateName; in ModeTestParameters() 86 ", expectedFinalStateName='" + expectedFinalStateName + '\'' + in toString() 160 assertEquals(mParams.expectedFinalStateName, sm.getCurrentStateName()); in modeTransitionTest()
|