Searched refs:getDnsNetwork (Results 1 – 2 of 2) sorted by relevance
19 import static android.net.NetworkUtils.getDnsNetwork;346 queryNetwork = (network != null) ? network : getDnsNetwork(); in query()446 queryNetwork = (network != null) ? network : getDnsNetwork(); in query()
155 public static native Network getDnsNetwork() throws ErrnoException; in getDnsNetwork() method in NetworkUtils