Searched refs:tetherInterface (Results 1 – 6 of 6) sorted by relevance
168 void tetherInterface(String iface); in tetherInterface() method
218 inOrder.verify(mNMService).tetherInterface(IFACE_NAME); in canBeTethered()249 inOrder.verify(mNMService).tetherInterface(IFACE_NAME); in canBeTetheredAsUsb()364 doThrow(RemoteException.class).when(mNMService).tetherInterface(IFACE_NAME); in usbShouldBeTornDownOnTetherError()
419 verify(mNMService, times(1)).tetherInterface(TEST_WLAN_IFNAME); in verifyInterfaceServingModeStarted()819 verify(mNMService, times(1)).tetherInterface(TEST_WLAN_IFNAME); in failureEnablingIpForwarding()
733 mNMService.tetherInterface(mIfaceName); in enter()
1049 public void tetherInterface(String iface) { in tetherInterface() method in NetworkManagementService
3035 mNwService.tetherInterface(intf); in startDhcpServer()