Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java164 private void initStateMachine(int interfaceType, boolean usingLegacyDhcp, in initStateMachine() argument
197 mCallback, usingLegacyDhcp, usingBpfOffload, mAddressCoordinator, mDependencies); in initStateMachine()
216 boolean usingLegacyDhcp, boolean usingBpfOffload) throws Exception { in initTetheredStateMachine() argument
217 initStateMachine(interfaceType, usingLegacyDhcp, usingBpfOffload); in initTetheredStateMachine()
/frameworks/base/packages/Tethering/src/android/net/ip/
DIpServer.java284 boolean usingLegacyDhcp, boolean usingBpfOffload, in IpServer() argument
295 mUsingLegacyDhcp = usingLegacyDhcp; in IpServer()