HomeSort by relevance Sort by last modified time
    Searched refs:hostAddress (Results 1 - 12 of 12) sorted by null

  /dalvik/libcore/security/src/test/java/tests/security/permissions/
JavaNetSocketTest.java 116 String hostAddress = InetAddress.getByName(host).getHostAddress();
124 assertEquals("Argument of checkConnect is not correct", hostAddress, s.host);
130 assertEquals("Argument of checkConnect is not correct", hostAddress, s.host);
136 assertEquals("Argument of checkConnect is not correct", hostAddress, s.host);
142 assertEquals("Argument of checkConnect is not correct", hostAddress, s.host);
148 assertEquals("Argument of checkConnect is not correct", hostAddress, s.host);
154 assertEquals("Argument of checkConnect is not correct", hostAddress, s.host);
189 String hostAddress = InetAddress.getByName(host).getHostAddress();
197 assertEquals("Argument of checkConnect is not correct", hostAddress, s.host);
  /frameworks/base/core/java/android/net/
IConnectivityManager.aidl 48 boolean requestRouteToHost(int networkType, int hostAddress);
ConnectivityManager.java 308 * @param hostAddress the IP address of the host to which the route is desired
311 public boolean requestRouteToHost(int networkType, int hostAddress) {
313 return mService.requestRouteToHost(networkType, hostAddress);
MobileDataStateTracker.java 459 * @param hostAddress the IP address of the host to which the route is desired,
464 public boolean requestRouteToHost(int hostAddress) {
466 Log.d(TAG, "Requested host route to " + Integer.toHexString(hostAddress) +
469 if (mInterfaceName != null && hostAddress != -1) {
470 return NetworkUtils.addHostRoute(mInterfaceName, hostAddress) == 0;
NetworkStateTracker.java 398 * @param hostAddress the IP address of the host to which the route is desired
401 public boolean requestRouteToHost(int hostAddress) {
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 106 private InetAddress hostAddress;
    [all...]
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
InetAddressTest.java 118 String hostAddress = ia.getHostAddress();
133 if (!correctAddress.equals(hostAddress)) {
138 + hostAddress
    [all...]
  /frameworks/base/services/java/com/android/server/
ConnectivityService.java 737 * @param hostAddress the IP address of the host to which the route is
741 public boolean requestRouteToHost(int networkType, int hostAddress) {
755 return tracker.requestRouteToHost(hostAddress);
    [all...]
  /packages/apps/Email/src/com/android/exchange/
EasSyncService.java 374 public void validateAccount(String hostAddress, String userName, String password, int port,
377 userLog("Testing EAS: ", hostAddress, ", ", userName, ", ssl = ", ssl ? "1" : "0");
380 svc.mHostAddress = hostAddress;
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 338 milliseconds