Searched refs:pollingIntervalMs (Results 1 – 3 of 3) sorted by relevance
159 int maxAttempts, int pollingIntervalMs) in tetherInterface() argument162 networkAddInterface(netd, iface, maxAttempts, pollingIntervalMs); in tetherInterface()178 int maxAttempts, int pollingIntervalMs) in networkAddInterface() argument186 SystemClock.sleep(pollingIntervalMs); in networkAddInterface()
590 public void setShutdownTimersForTest(int pollingIntervalMs, int shutdownTimeoutMs) { in setShutdownTimersForTest() argument593 (pollingIntervalMs == 0) ? SHUTDOWN_POLLING_INTERVAL_MS : pollingIntervalMs; in setShutdownTimersForTest()
2292 int pollingIntervalMs = 1000; in testDumpToProto() local2294 mService.setShutdownTimersForTest(pollingIntervalMs, prepareTimeMs); in testDumpToProto()2300 assertThat(carPowerDumpProto.getShutdownPollingIntervalMs()).isEqualTo(pollingIntervalMs); in testDumpToProto()