Searched refs:usingLegacyDhcp (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/ |
H A D | IpServerTest.java | 208 private void initStateMachine(int interfaceType, boolean usingLegacyDhcp, in initStateMachine() argument 231 mCallback, usingLegacyDhcp, usingBpfOffload, mAddressCoordinator, mDependencies); in initStateMachine() 250 boolean usingLegacyDhcp, boolean usingBpfOffload) throws Exception { in initTetheredStateMachine() argument 251 initStateMachine(interfaceType, usingLegacyDhcp, usingBpfOffload); in initTetheredStateMachine()
|
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/ |
H A D | IpServer.java | 289 boolean usingLegacyDhcp, boolean usingBpfOffload, in IpServer() argument 300 mUsingLegacyDhcp = usingLegacyDhcp; in IpServer()
|