Merge "Delete unused timeout constant."

am: 1439bbb6d5

Change-Id: I341540745196f1d23fb95263a8948561cdfa4c8e
This commit is contained in:
Lorenzo Colitti
2019-04-24 02:57:48 -07:00
committed by android-build-merger

View File

@@ -144,9 +144,6 @@ public class NetworkMonitor extends StateMachine {
private static final int SOCKET_TIMEOUT_MS = 10000;
private static final int PROBE_TIMEOUT_MS = 3000;
// Enough for 3 DNS queries 5 seconds apart.
// TODO: get this from resources and DeviceConfig instead.
private static final int DNS_TIMEOUT_MS = 12500;
enum EvaluationResult {
VALIDATED(true),