Searched refs:CONNECTIVITY_CHECK_TIME_MS (Results 1 – 1 of 1) sorted by relevance
31 private static final long CONNECTIVITY_CHECK_TIME_MS = 20 * 1000; field in MonitoringUtils37 while (System.currentTimeMillis() - start < CONNECTIVITY_CHECK_TIME_MS) { in checkDeviceConnectivity()