Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DVpnService.java301 public boolean addAddress(InetAddress address, int prefixLength) { in addAddress() method in VpnService
551 public Builder addAddress(@NonNull InetAddress address, int prefixLength) { in addAddress() method in VpnService.Builder
574 public Builder addAddress(@NonNull String address, int prefixLength) { in addAddress() method in VpnService.Builder
DIpSecManager.java761 public void addAddress(@NonNull InetAddress address, int prefixLen) throws IOException { in addAddress() method in IpSecManager.IpSecTunnelInterface
/frameworks/base/services/core/jni/
Dcom_android_server_connectivity_Vpn.cpp341 static bool addAddress(JNIEnv *env, jobject thiz, jstring jName, jstring jAddress, in addAddress() function