Home
last modified time | relevance | path

Searched refs:pollingIntervalMs (Results 1 – 1 of 1) 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()