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