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