Searched refs:pollingIntervalMs (Results 1 – 2 of 2) sorted by relevance
58 int maxAttempts, int pollingIntervalMs) in tetherInterface() argument61 networkAddInterface(netd, iface, maxAttempts, pollingIntervalMs); in tetherInterface()75 int maxAttempts, int pollingIntervalMs) in networkAddInterface() argument83 SystemClock.sleep(pollingIntervalMs); in networkAddInterface()
313 public void setShutdownTimersForTest(int pollingIntervalMs, int shutdownTimeoutMs) { in setShutdownTimersForTest() argument316 (pollingIntervalMs == 0) ? SHUTDOWN_POLLING_INTERVAL_MS : pollingIntervalMs; in setShutdownTimersForTest()