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.java108 private static final String TEST_INTERFACE_NAME1 = "test_wlan_if1"; field in WificondControlTest
298 when(mWificond.tearDownClientInterface(TEST_INTERFACE_NAME1)).thenReturn(true); in testTeardownClientInterfaceOnInvalidIface()
300 assertFalse(mWificondControl.tearDownClientInterface(TEST_INTERFACE_NAME1)); in testTeardownClientInterfaceOnInvalidIface()
414 when(mWificond.tearDownApInterface(TEST_INTERFACE_NAME1)).thenReturn(true); in testTeardownSoftApInterfaceOnInvalidIface()
416 assertFalse(mWificondControl.tearDownSoftApInterface(TEST_INTERFACE_NAME1)); in testTeardownSoftApInterfaceOnInvalidIface()
449 when(mWificond.createApInterface(TEST_INTERFACE_NAME1)).thenReturn(mApInterface); in testSetupMulitpleInterfaces()
452 mWificondControl.setupInterfaceForSoftApMode(TEST_INTERFACE_NAME1); in testSetupMulitpleInterfaces()
458 verify(mWificond).createApInterface(TEST_INTERFACE_NAME1); in testSetupMulitpleInterfaces()
468 assertTrue(mWificondControl.tearDownSoftApInterface(TEST_INTERFACE_NAME1)); in testTeardownMulitpleInterfaces()
471 verify(mWificond).tearDownApInterface(TEST_INTERFACE_NAME1); in testTeardownMulitpleInterfaces()