Searched refs:protectFromVpn (Results 1 – 4 of 4) sorted by relevance
45 public static native boolean protectFromVpn(FileDescriptor fd); in protectFromVpn() method in NetworkUtilsInternal52 public static native boolean protectFromVpn(int socketfd); in protectFromVpn() method in NetworkUtilsInternal
30 return (jboolean)!protectFromVpn(socket); in android_net_utils_protectFromVpn()
55 NetworkUtilsInternal.protectFromVpn(socket); in bindSocketToInterface()
258 return NetworkUtilsInternal.protectFromVpn(socket); in protect()