Home
last modified time | relevance | path

Searched refs:pollingIntervalMs (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NetworkStack/common/moduleutils/src/android/net/shared/
DNetdUtils.java58 int maxAttempts, int pollingIntervalMs) in tetherInterface() argument
61 networkAddInterface(netd, iface, maxAttempts, pollingIntervalMs); in tetherInterface()
75 int maxAttempts, int pollingIntervalMs) in networkAddInterface() argument
83 SystemClock.sleep(pollingIntervalMs); in networkAddInterface()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java313 public void setShutdownTimersForTest(int pollingIntervalMs, int shutdownTimeoutMs) { in setShutdownTimersForTest() argument
316 (pollingIntervalMs == 0) ? SHUTDOWN_POLLING_INTERVAL_MS : pollingIntervalMs; in setShutdownTimersForTest()