Home
last modified time | relevance | path

Searched defs: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()
178 int maxAttempts, int pollingIntervalMs) in networkAddInterface()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DCarPowerManagementServiceUnitTest.java2292 int pollingIntervalMs = 1000; in testDumpToProto() local
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java590 public void setShutdownTimersForTest(int pollingIntervalMs, int shutdownTimeoutMs) { in setShutdownTimersForTest()