Home
last modified time | relevance | path

Searched refs:addAddress (Results 1 – 19 of 19) sorted by relevance

/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelperTest.java54 .addAddress("addr1") in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()
60 .addAddress("addr2") in testFingerprintGeneration_creationTimestampAndFingerprintNotIncluded()
193 .addAddress("addr1") in testFingerprintGeneration_forEachPropertyType_DocumentArray()
199 .addAddress("addr2") in testFingerprintGeneration_forEachPropertyType_DocumentArray()
205 .addAddress("addr2diff") in testFingerprintGeneration_forEachPropertyType_DocumentArray()
254 .addAddress("addr1") in testScore_setCorrectly()
260 .addAddress("addr2") in testScore_setCorrectly()
266 .addAddress("addr3") in testScore_setCorrectly()
303 .addAddress("addr1") in testGenerateFingerprintStringForPerson()
310 .addAddress("addr2") in testGenerateFingerprintStringForPerson()
[all …]
DEnterpriseContactsTest.java206 .addAddress("address1") in setUpEnterpriseContacts()
215 .addAddress("address2") in setUpEnterpriseContacts()
224 .addAddress("address3") in setUpEnterpriseContacts()
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ip/
DInterfaceController.java165 public boolean addAddress(LinkAddress addr) { in addAddress() method in InterfaceController
166 return addAddress(addr.getAddress(), addr.getPrefixLength()); in addAddress()
172 public boolean addAddress(InetAddress ip, int prefixLen) { in addAddress() method in InterfaceController
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/appsearchtypes/
DPersonTest.java50 .addAddress("addr1") in testBuilder()
56 .addAddress("addr2") in testBuilder()
62 .addAddress("addr3") in testBuilder()
DContactPointTest.java44 contactPointBuilder.addAddress(address); in testBuilder()
/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DTunInterfaceController.java149 public void addAddress(LinkAddress address) { in addAddress() method in TunInterfaceController
234 addAddress(linkAddress); in updateAddresses()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DVpnServiceTest.java81 descriptor = mVpnService.new Builder().addAddress("8.8.8.8", 30).establish(); in testEstablish()
DIpSecManagerTunnelTest.java1103 tunnelIface.addAddress(localInner, innerPrefixLen);
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DContactPoint.java177 public Builder addAddress(@NonNull String address) { in addAddress() method in ContactPoint.Builder
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeTestNetworkBase.java157 tunnelIface.addAddress(localInner.getAddress(), localInner.getPrefixLength()); in TunIpSecNetworkWrapper()
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DMyVpnService.java109 builder::addAddress); in start()
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpSecManagerTest.java296 tunnelIntf.addAddress(VTI_INNER_ADDRESS.getAddress(), in testAddRemoveAddressesFromVti()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DPersonBuilderHelper.java203 .addAddress(Objects.requireNonNull(address)); in addAddressToPerson()
/packages/modules/Connectivity/framework-t/src/android/net/
DIpSecManager.java795 public void addAddress(@NonNull InetAddress address, int prefixLen) throws IOException { in addAddress() method in IpSecManager.IpSecTunnelInterface
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java950 if (!mInterfaceCtrl.addAddress(dns, RFC7421_PREFIX_LENGTH)) { in configureLocalIPv6Dns()
1293 if (!mInterfaceCtrl.addAddress(srvAddr, currentPrefix.getPrefixLength())) { in handleNewPrefixRequest()
/packages/modules/Connectivity/framework-t/hiddenapi/
Dhiddenapi-max-target-o-low-priority-tiramisu.txt288 Landroid/net/IpSecManager$IpSecTunnelInterface;->addAddress(Ljava/net/InetAddress;I)V
/packages/modules/Connectivity/framework-t/api/
Dsystem-current.txt299 …rmission(android.Manifest.permission.MANAGE_IPSEC_TUNNELS) public void addAddress(@NonNull java.ne…
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java1932 tunnelInterface.addAddress( in handleMessage()
/packages/modules/NetworkStack/src/android/net/ip/
DIpClient.java2408 if (!mInterfaceCtrl.addAddress(addr)) return false; in applyInitialConfig()