Searched refs:hostname (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkUtils.java112 * @param hostname the name of the host (or the IP address)
115 public static int lookupHost(String hostname) { argument
118 inetAddress = InetAddress.getByName(hostname);
H A DSSLCertificateSocketFactory.java70 * This implementation does check the server's certificate hostname, but only
71 * for createSocket variants that specify a hostname. When using methods that
77 * {@link HostnameVerifier} to verify the certificate hostname.
80 * SSL certificate and hostname checks for testing purposes. This setting
174 * Verify the hostname of the certificate used by the other end of a
175 * connected socket. You MUST call this if you did not supply a hostname
177 * redundantly if the hostname has already been verified.
179 * <p>Wildcard certificates are allowed to verify any matching hostname,
184 * @param hostname The expected hostname o
190 verifyHostname(Socket socket, String hostname) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DHttpAuthHandler.java262 String hostname = loader.proxyAuthenticate() ?
267 proxy.onReceivedHttpAuthRequest(this, hostname, realm);
/frameworks/base/services/jni/
H A Dcom_android_server_location_GpsLocationProvider.cpp548 jint type, jstring hostname, jint port)
555 const char *c_hostname = env->GetStringUTFChars(hostname, NULL);
557 env->ReleaseStringUTFChars(hostname, c_hostname);
547 android_location_GpsLocationProvider_set_agps_server(JNIEnv* env, jobject obj, jint type, jstring hostname, jint port) argument
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java1604 private native void native_set_agps_server(int type, String hostname, int port); argument

Completed in 5409 milliseconds