Home
last modified time | relevance | path

Searched refs:protectFromVpn (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/net/
DNetworkUtils.java101 public static boolean protectFromVpn(FileDescriptor fd) { in protectFromVpn() method in NetworkUtils
102 return protectFromVpn(fd.getInt$()); in protectFromVpn()
110 public native static boolean protectFromVpn(int socketfd); in protectFromVpn() method in NetworkUtils
DVpnService.java258 return NetworkUtils.protectFromVpn(socket); in protect()
/frameworks/base/core/java/android/net/util/
DSocketUtils.java56 NetworkUtils.protectFromVpn(socket); in bindSocketToInterface()
/frameworks/base/core/jni/
Dandroid_net_NetUtils.cpp129 return (jboolean) !protectFromVpn(socket); in android_net_utils_protectFromVpn()
/frameworks/base/config/
Dboot-image-profile.txt42213 HSPLandroid/net/NetworkUtils;->protectFromVpn(Ljava/io/FileDescriptor;)Z
Dhiddenapi-greylist-max-o.txt44850 Landroid/net/NetworkUtils;->protectFromVpn(I)Z