Searched defs:addAddress (Results 1 – 3 of 3) sorted by relevance
301 public boolean addAddress(InetAddress address, int prefixLength) { in addAddress() method in VpnService551 public Builder addAddress(@NonNull InetAddress address, int prefixLength) { in addAddress() method in VpnService.Builder574 public Builder addAddress(@NonNull String address, int prefixLength) { in addAddress() method in VpnService.Builder
761 public void addAddress(@NonNull InetAddress address, int prefixLen) throws IOException { in addAddress() method in IpSecManager.IpSecTunnelInterface
341 static bool addAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress, in addAddress() function