Home
last modified time | relevance | path

Searched defs:hostAddress (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DInet4AddressUtils.java37 public static Inet4Address intToInet4AddressHTL(int hostAddress) { in intToInet4AddressHTL()
45 public static Inet4Address intToInet4AddressHTH(int hostAddress) { in intToInet4AddressHTH()
/packages/modules/Connectivity/framework/src/android/net/
DNetworkUtils.java184 public static InetAddress intToInetAddress(int hostAddress) { in intToInetAddress()
DIConnectivityManager.aidl96 boolean requestRouteToHostAddress(int networkType, in byte[] hostAddress, in requestRouteToHostAddress()
DConnectivityManager.java2724 public boolean requestRouteToHost(int networkType, int hostAddress) { in requestRouteToHost()
2749 public boolean requestRouteToHostAddress(int networkType, InetAddress hostAddress) { in requestRouteToHostAddress()
/packages/services/Telephony/src/com/android/services/telephony/
DImsConference.java892 Uri hostAddress = mTelecomAccountRegistry.getAddress(mConferenceHostPhoneAccountHandle); in setConferenceHost() local
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DClientModeImplTest.java9286 String hostAddress = "127.0.0.1"; in testNetworkValidationUpdatesLinkedNetworks() local
9355 String hostAddress = "127.0.0.1"; in testNonPskNetworkDoesNotUpdateLinkedNetworks() local
9408 String hostAddress = "127.0.0.1"; in testInvalidScanResultDoesNotUpdateLinkedNetworks() local
9488 String hostAddress = "127.0.0.1"; in testLinkedNetworksFiltersOutAutojoinDisabledNetworks() local
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityManagerTest.java950 private void assertRequestRouteToHostUnsupported(int networkType, int hostAddress) { in assertRequestRouteToHostUnsupported()