Searched refs:TEST_INTERFACE_NAME1 (Results 1 – 1 of 1) sorted by relevance
109 private static final String TEST_INTERFACE_NAME1 = "test_wlan_if1"; field in WificondControlTest299 when(mWificond.tearDownClientInterface(TEST_INTERFACE_NAME1)).thenReturn(true); in testTeardownClientInterfaceOnInvalidIface()301 assertFalse(mWificondControl.tearDownClientInterface(TEST_INTERFACE_NAME1)); in testTeardownClientInterfaceOnInvalidIface()415 when(mWificond.tearDownApInterface(TEST_INTERFACE_NAME1)).thenReturn(true); in testTeardownSoftApInterfaceOnInvalidIface()417 assertFalse(mWificondControl.tearDownSoftApInterface(TEST_INTERFACE_NAME1)); in testTeardownSoftApInterfaceOnInvalidIface()450 when(mWificond.createApInterface(TEST_INTERFACE_NAME1)).thenReturn(mApInterface); in testSetupMulitpleInterfaces()453 mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME1); in testSetupMulitpleInterfaces()459 verify(mWificond).createApInterface(TEST_INTERFACE_NAME1); in testSetupMulitpleInterfaces()469 assertTrue(mWificondControl.tearDownSoftApInterface(TEST_INTERFACE_NAME1)); in testTeardownMulitpleInterfaces()472 verify(mWificond).tearDownApInterface(TEST_INTERFACE_NAME1); in testTeardownMulitpleInterfaces()