Searched refs:protectFromVpn (Results 1 – 7 of 7) sorted by relevance
111 public static boolean protectFromVpn(FileDescriptor fd) { in protectFromVpn() method in NetworkUtils112 return protectFromVpn(fd.getInt$()); in protectFromVpn()120 public native static boolean protectFromVpn(int socketfd); in protectFromVpn() method in NetworkUtils
247 return NetworkUtils.protectFromVpn(socket); in protect()
318 return (jboolean) !protectFromVpn(socket); in android_net_utils_protectFromVpn()
581 NetworkUtils.protectFromVpn(mSocket);
317 NetworkUtils.protectFromVpn(mUdpSock); in initUdpSocket()
296 Landroid/net/NetworkUtils;->protectFromVpn(Ljava/io/FileDescriptor;)Z
3811 HPLandroid/net/NetworkUtils;->protectFromVpn(Ljava/io/FileDescriptor;)Z