Home
last modified time | relevance | path

Searched defs:addAddress (Results 1 – 3 of 3) sorted by relevance

/packages/modules/NetworkStack/common/moduleutils/src/android/net/ip/
DInterfaceController.java165 public boolean addAddress(LinkAddress addr) { in addAddress() method in InterfaceController
172 public boolean addAddress(InetAddress ip, int prefixLen) { in addAddress() method in InterfaceController
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DContactPoint.java155 public Builder addAddress(@NonNull String address) { in addAddress() method in ContactPoint.Builder
/packages/modules/Connectivity/framework-t/src/android/net/
DIpSecManager.java769 public void addAddress(@NonNull InetAddress address, int prefixLen) throws IOException { in addAddress() method in IpSecManager.IpSecTunnelInterface