Searched refs:resNetworkCancel (Results 1 – 2 of 2) sorted by relevance
20 import static android.net.NetworkUtils.resNetworkCancel;399 if (queryIpv6) resNetworkCancel(v6fd); // Closes fd, marks it invalid. in query()534 resNetworkCancel(queryfd); // Closes fd, marks it invalid. in cancelQuery()
160 public static native void resNetworkCancel(FileDescriptor fd); in resNetworkCancel() method in NetworkUtils