Searched refs:removeInterface (Results 1 – 7 of 7) sorted by relevance
35 void removeInterface(ILowpanInterface lowpan_interface); in removeInterface() method
255 removeInterface(mDefaultInterface); in setDefaultInterfaceMode()267 private void removeInterface(String iface) { in removeInterface() method in EthernetTracker268 mFactory.removeInterface(iface); in removeInterface()273 removeInterface(iface); in stopTrackingInterface()
176 void removeInterface(String interfaceName) { in removeInterface() method
308 when(mISupplicantMockV1_1.removeInterface(any(ISupplicant.IfaceInfo.class))) in testTeardown_successV1_1()311 verify(mISupplicantMockV1_1).removeInterface(any()); in testTeardown_successV1_1()
382 when(mISupplicantMockV1_1.removeInterface(any())).thenReturn(mStatusSuccess); in testTeardownInterfaceV1_1()384 verify(mISupplicantMockV1_1).removeInterface(any()); in testTeardownInterfaceV1_1()
387 SupplicantStatus status = supplicant_v1_1.removeInterface(ifaceInfo); in removeIfaceV1_1()
508 SupplicantStatus status = getSupplicantMockableV1_1().removeInterface(ifaceInfo); in removeIfaceV1_1()