Searched refs:expectConnectionSuccess (Results 1 – 2 of 2) sorted by relevance
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | BrailleDisplayControllerTest.java | 354 private static byte[] expectConnectionSuccess(BrailleDisplayController controller, in expectConnectionSuccess() method in BrailleDisplayControllerTest 391 private static byte[] expectConnectionSuccess(BrailleDisplayController controller, in expectConnectionSuccess() method in BrailleDisplayControllerTest 393 return expectConnectionSuccess(controller, executor, device, bytes -> { in expectConnectionSuccess() 446 byte[] connectedDeviceDescriptor = expectConnectionSuccess(mController, mExecutor, in connect() 466 byte[] connectedDeviceDescriptor = expectConnectionSuccess(mController, /*executor=*/ in connect_defaultExecutor_isSuccessful() 488 expectConnectionSuccess(mController, mExecutor, mBluetoothDevice1); in connect_alreadyConnected_throwsIllegalStateException() 573 byte[] connectedDeviceDescriptor = expectConnectionSuccess(mController, mExecutor, in connect_multipleDevices_returnsCorrectDevice() 627 expectConnectionSuccess(anotherService.getBrailleDisplayController(), in connect_multipleServicesSameBrailleDisplay_returnsNotFoundError() 656 expectConnectionSuccess(mController, mExecutor, mBluetoothDevice1); in connect_canConnectAfterFailedConnection() 747 expectConnectionSuccess(mController, mExecutor, mBluetoothDevice1); in connect_allowsReconnectionAfterDisconnect() [all …]
|
/cts/tests/tests/wifi/src/android/net/wifi/cts/ |
D | TestHelper.java | 639 boolean expectConnectionSuccess, boolean isRestricted) throws Exception { in testConnectionFlowWithSuggestionInternal() argument 669 if (expectConnectionSuccess) { in testConnectionFlowWithSuggestionInternal() 1059 boolean expectConnectionSuccess) throws Exception { in testMultiInternetConnectionFlowInternal() argument 1105 if (expectConnectionSuccess) { in testMultiInternetConnectionFlowInternal() 1165 boolean expectConnectionSuccess) throws Exception { in testMultiInternetConnectionFlowWithShellIdentity() argument 1171 executorService, expectConnectionSuccess); in testMultiInternetConnectionFlowWithShellIdentity()
|