Searched refs:TEST_INTERFACE_NAME (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSoftApManagerTest.java54 private static final String TEST_INTERFACE_NAME = "TestInterface"; field in class:SoftApManagerTest
57 private static final String[] AVAILABLE_DEVICES = { TEST_INTERFACE_NAME };
78 when(mWifiNative.getInterfaceName()).thenReturn(TEST_INTERFACE_NAME);
79 when(mNmService.getInterfaceConfig(TEST_INTERFACE_NAME))
126 verify(mNmService).stopAccessPoint(TEST_INTERFACE_NAME);
147 any(WifiConfiguration.class), eq(TEST_INTERFACE_NAME));

Completed in 105 milliseconds