Searched refs:usingLegacyDhcp (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/Tethering/tests/unit/src/android/net/ip/ |
D | IpServerTest.java | 165 private void initStateMachine(int interfaceType, boolean usingLegacyDhcp, in initStateMachine() argument 187 mCallback, usingLegacyDhcp, usingBpfOffload, mAddressCoordinator, mDependencies); in initStateMachine() 206 boolean usingLegacyDhcp, boolean usingBpfOffload) throws Exception { in initTetheredStateMachine() argument 207 initStateMachine(interfaceType, usingLegacyDhcp, usingBpfOffload); in initTetheredStateMachine()
|
/frameworks/base/packages/Tethering/src/android/net/ip/ |
D | IpServer.java | 287 boolean usingLegacyDhcp, boolean usingBpfOffload, in IpServer() argument 298 mUsingLegacyDhcp = usingLegacyDhcp; in IpServer()
|