Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/client-libs/netd/com/android/net/module/util/
DNetdUtils.java159 int maxAttempts, int pollingIntervalMs) in tetherInterface() argument
162 networkAddInterface(netd, iface, maxAttempts, pollingIntervalMs); in tetherInterface()
178 int maxAttempts, int pollingIntervalMs) in networkAddInterface() argument
186 SystemClock.sleep(pollingIntervalMs); in networkAddInterface()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java590 public void setShutdownTimersForTest(int pollingIntervalMs, int shutdownTimeoutMs) { in setShutdownTimersForTest() argument
593 (pollingIntervalMs == 0) ? SHUTDOWN_POLLING_INTERVAL_MS : pollingIntervalMs; in setShutdownTimersForTest()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java2292 int pollingIntervalMs = 1000; in testDumpToProto() local
2294 mService.setShutdownTimersForTest(pollingIntervalMs, prepareTimeMs); in testDumpToProto()
2300 assertThat(carPowerDumpProto.getShutdownPollingIntervalMs()).isEqualTo(pollingIntervalMs); in testDumpToProto()