Searched refs:protectFromVpn (Results 1 – 6 of 6) sorted by relevance
101 public static boolean protectFromVpn(FileDescriptor fd) { in protectFromVpn() method in NetworkUtils102 return protectFromVpn(fd.getInt$()); in protectFromVpn()110 public native static boolean protectFromVpn(int socketfd); in protectFromVpn() method in NetworkUtils
258 return NetworkUtils.protectFromVpn(socket); in protect()
56 NetworkUtils.protectFromVpn(socket); in bindSocketToInterface()
129 return (jboolean) !protectFromVpn(socket); in android_net_utils_protectFromVpn()
42213 HSPLandroid/net/NetworkUtils;->protectFromVpn(Ljava/io/FileDescriptor;)Z
44850 Landroid/net/NetworkUtils;->protectFromVpn(I)Z