Searched refs:untetherInterface (Results 1 – 7 of 7) sorted by relevance
232 inOrder.verify(mNMService).untetherInterface(IFACE_NAME); in canUnrequestTethering()330 inOrder.verify(mNMService).untetherInterface(IFACE_NAME); in canUnrequestTetheringWithUpstream()345 doThrow(RemoteException.class).when(mNMService).untetherInterface(IFACE_NAME); in interfaceDownLeadsToUnavailable()
174 void untetherInterface(String iface); in untetherInterface() method
526 verify(mNMService, times(1)).untetherInterface(TEST_WLAN_IFNAME); in workingLocalOnlyHotspotEnrichedApBroadcast()777 verify(mNMService, times(1)).untetherInterface(TEST_WLAN_IFNAME); in workingWifiTetheringEnrichedApBroadcast()832 verify(mNMService, times(1)).untetherInterface(TEST_WLAN_IFNAME); in failureEnablingIpForwarding()
755 mNMService.untetherInterface(mIfaceName); in exit()
1064 public void untetherInterface(String iface) { in untetherInterface() method in NetworkManagementService
3047 mNwService.untetherInterface(intf); in stopDhcpServer()
54180 Landroid/os/INetworkManagementService$Stub$Proxy;->untetherInterface(Ljava/lang/String;)V