Home
last modified time | relevance | path

Searched refs:tetherInterface (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/staticlibs/client-libs/tests/unit/src/com/android/net/module/util/
DNetdUtilsTest.java166 NetdUtils.tetherInterface(mNetd, IFACE, TEST_IPPREFIX, 20, 0); in runTetherInterfaceWithServiceSpecificException()
180 NetdUtils.tetherInterface(mNetd, IFACE, TEST_IPPREFIX, 20, 0); in runTetherInterfaceWithRemoteException()
198 NetdUtils.tetherInterface(mNetd, IFACE, TEST_IPPREFIX); in verifyTetherInterfaceSucceeds()
/packages/modules/Connectivity/staticlibs/client-libs/netd/com/android/net/module/util/
DNetdUtils.java152 public static void tetherInterface(final INetd netd, final String iface, final IpPrefix dest) in tetherInterface() method in NetdUtils
154 tetherInterface(netd, iface, dest, 20 /* maxAttempts */, 50 /* pollingIntervalMs */); in tetherInterface()
158 public static void tetherInterface(final INetd netd, final String iface, final IpPrefix dest, in tetherInterface() method in NetdUtils
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DNetdWrapper.java441 public void tetherInterface(String iface) { in tetherInterface() method in NetdWrapper
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DIpServer.java1200 NetdUtils.tetherInterface(mNetd, mIfaceName, asIpPrefix(mIpv4Address)); in startServingInterface()