Home
last modified time | relevance | path

Searched refs:TEST_INTERFACE_NAME1 (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWificondControlTest.java109 private static final String TEST_INTERFACE_NAME1 = "test_wlan_if1"; field in WificondControlTest
299 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()