OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startInterfaceForwarding
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/tethering/
TetherInterfaceStateMachineTest.java
178
inOrder.verify(mNMService).
startInterfaceForwarding
(IFACE_NAME, UPSTREAM_IFACE);
192
inOrder.verify(mNMService).
startInterfaceForwarding
(IFACE_NAME, UPSTREAM_IFACE2);
/frameworks/base/core/java/android/os/
INetworkManagementService.aidl
184
void
startInterfaceForwarding
(String fromIface, String toIface);
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
TetherInterfaceStateMachine.java
298
mNMService.
startInterfaceForwarding
(mIfaceName,
/frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java
[
all
...]
Completed in 5672 milliseconds