Searched defs:host (Results 1 - 15 of 15) sorted by relevance

/cts/hostsidetests/multiuser/src/android/host/multiuser/
H A DCreateUsersPermissionTest.java16 package android.host.multiuser;
H A DCreateUsersNoAppCrashesTest.java17 package android.host.multiuser;
H A DBaseMultiUserTest.java16 package android.host.multiuser;
/cts/hostsidetests/systemui/src/android/host/systemui/
H A DActiveTileServiceTest.java15 package android.host.systemui;
H A DTileServiceTest.java15 package android.host.systemui;
H A DBaseTileServiceTest.java15 package android.host.systemui;
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
H A DVpnTestHelper.java122 public static void checkPing(String host) throws ErrnoException, IOException { argument
132 Os.connect(socket, InetAddress.getByName(host), port);
170 public static void tryPosixConnect(String host) throws ErrnoException, IOException { argument
175 Os.connect(socket, InetAddress.getByName(host), port);
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
H A DRemoteSocketFactoryClient.java83 public FileDescriptor openSocketFd(String host, int port, int timeoutMs) argument
87 ParcelFileDescriptor pfd = mService.openSocketFd(host, port, timeoutMs);
H A DVpnTest.java358 // client socket, and connect the client socket to a remote host, with the port of the
480 private FileDescriptor openSocketFd(String host, int port, int timeoutMs) throws Exception { argument
481 Socket s = new Socket(host, port);
491 String host, int port, int timeoutMs) throws Exception {
494 FileDescriptor fd = mRemoteSocketFactoryClient.openSocketFd(host, port, TIMEOUT_MS);
498 private void sendRequest(FileDescriptor fd, String host) throws Exception { argument
500 "Host: " + host + "\r\n" +
515 private void assertSocketStillOpen(FileDescriptor fd, String host) throws Exception { argument
518 sendRequest(fd, host);
525 private void assertSocketClosed(FileDescriptor fd, String host) throw argument
490 openSocketFdInOtherApp( String host, int port, int timeoutMs) argument
[all...]
/cts/tests/tests/networksecurityconfig/src/android/security/net/config/cts/
H A DTestUtils.java48 public static void assertTlsConnectionSucceeds(String host, int port) throws Exception { argument
49 assertSslSocketSucceeds(host, port);
50 assertHttpClientSucceeds(host, port, true /* https */);
51 assertUrlConnectionSucceeds(host, port, true /* https */);
54 public static void assertTlsConnectionFails(String host, int port) throws Exception { argument
55 assertSslSocketFails(host, port);
56 assertHttpClientFails(host, port, true /* https */);
57 assertUrlConnectionFails(host, port, true /* https */);
60 public static void assertCleartextConnectionSucceeds(String host, int port) throws Exception { argument
61 assertHttpClientSucceeds(host, por
65 assertCleartextConnectionFails(String host, int port) argument
91 assertSslSocketFails(String host, int port) argument
101 assertSslSocketSucceeds(String host, int port) argument
107 assertUrlConnectionFails(String host, int port, boolean https) argument
118 assertUrlConnectionSucceeds(String host, int port, boolean https) argument
125 assertHttpClientSucceeds(String host, int port, boolean https) argument
136 assertHttpClientFails(String host, int port, boolean https) argument
[all...]
/cts/tests/tests/webkit/src/android/webkit/cts/
H A DHttpAuthHandlerTest.java83 HttpAuthHandler handler, String host, String realm) {
105 HttpAuthHandler handler, String host, String realm) {
82 onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) argument
104 onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) argument
H A DWebViewClientTest.java774 HttpAuthHandler handler, String host, String realm) {
775 super.onReceivedHttpAuthRequest(view, handler, host, realm);
773 onReceivedHttpAuthRequest(WebView view, HttpAuthHandler handler, String host, String realm) argument
/cts/tests/camera/libctscamera2jni/
H A Ddng-validate-jni.cpp91 dng_host host; local
93 host.SetPreferredSize(gPreferredSize);
94 host.SetMinimumSize(gMinimumSize);
95 host.SetMaximumSize(gMaximumSize);
97 host.ValidateSizes();
99 if (host.MinimumSize()) {
100 host.SetForPreview(true);
105 host.SetSaveDNGVersion(dngVersion_SaveDefault);
106 host.SetSaveLinearDNG(false);
107 host
[all...]
/cts/tests/tests/net/src/android/net/cts/
H A DConnectivityManagerTest.java573 private Socket getBoundSocket(Network network, String host, int port) throws IOException { argument
574 InetSocketAddress addr = new InetSocketAddress(host, port);
/cts/tests/libcore/javautilcollections/libs/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 506 milliseconds