Searched refs:getInetAddress (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Wifi/framework/tests/src/android/net/wifi/ |
D | QosPolicyParamsTest.java | 55 private InetAddress getInetAddress(String addr) { in getInetAddress() method in QosPolicyParamsTest 89 .setSourceAddress(getInetAddress(TEST_SOURCE_ADDRESS)) in createTestQosPolicyParams() 90 .setDestinationAddress(getInetAddress(TEST_DESTINATION_ADDRESS)); in createTestQosPolicyParams() 109 assertTrue(getInetAddress(TEST_SOURCE_ADDRESS).equals(params.getSourceAddress())); in verifyTestQosPolicyParams() 110 assertTrue(getInetAddress(TEST_DESTINATION_ADDRESS).equals(params.getDestinationAddress())); in verifyTestQosPolicyParams()
|
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/ |
D | MainActivity.java | 1242 mRemoteDeviceInfo.getInetAddress(), 1254 handshakeSender = new HandshakeSender(mRemoteDeviceInfo.getInetAddress(), 1260 mRemoteDeviceInfo.getInetAddress().getHostName()); 1349 InetAddress remoteInetAddress = mRemoteDeviceInfo.getInetAddress(); in getRemoteAudioSocketAddress() 1362 InetAddress remoteInetAddress = mRemoteDeviceInfo.getInetAddress(); in getRemoteVideoSocketAddress() 1374 InetAddress remoteInetAddress = mRemoteDeviceInfo.getInetAddress(); in getRemoteTextSocketAddress() 1921 Log.d(TAG, "openSession(): audio=" + mRemoteDeviceInfo.getInetAddress() + ":" in openSessionOnClick() 1929 Log.d(TAG, "openSession(): video=" + mRemoteDeviceInfo.getInetAddress() + ":" in openSessionOnClick() 1941 Log.d(TAG, "openSession(): text=" + mRemoteDeviceInfo.getInetAddress() + ":" in openSessionOnClick()
|
D | DeviceInfo.java | 113 public InetAddress getInetAddress() { in getInetAddress() method in DeviceInfo
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | SSLCertificateSocketFactoryTest.java | 82 mTestHostAddress = testSocket.getInetAddress(); in setUp()
|
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
D | KeyChainTestActivity.java | 226 socket.getInetAddress().getHostName(), socket.getPort(), in chooseClientAlias()
|
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 649 InetSocketAddress rem = new InetSocketAddress(s.getInetAddress(), s.getPort()); in checkConnectionOwnerUidUdp() 657 InetSocketAddress rem = new InetSocketAddress(s.getInetAddress(), s.getPort()); in checkConnectionOwnerUidTcp() 1375 InetSocketAddress rem = new InetSocketAddress(s.getInetAddress(), s.getPort()); in testGetConnectionOwnerUidSecurity()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | httpcore-4.4.13.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |