Searched refs:ProbeThread (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 2656 private class ProbeThread extends Thread { class in NetworkMonitor 2660 ProbeThread(CountDownLatch latch, ValidationProperties properties, ProxyInfo proxy, URL url, in ProbeThread() method in NetworkMonitor.ProbeThread 2967 final ProbeThread httpsProbe = new ProbeThread(latch, properties, proxy, httpsUrl, in sendHttpAndHttpsParallelWithFallbackProbes() 2969 final ProbeThread httpProbe = new ProbeThread(latch, properties, proxy, httpUrl, in sendHttpAndHttpsParallelWithFallbackProbes()
|