Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java182 public static final String TEST_IFACE_NAME2 = "wlan1"; field in WifiMetricsTest
2079 mWifiMetrics.startConnectionEvent(TEST_IFACE_NAME2, config2, "BLUE", in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump()
2087 mWifiMetrics.setConnectionScanDetail(TEST_IFACE_NAME2, mock(ScanDetail.class)); in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump()
2088 mWifiMetrics.setConnectionPmkCache(TEST_IFACE_NAME2, true); in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump()
2089 mWifiMetrics.setConnectionMaxSupportedLinkSpeedMbps(TEST_IFACE_NAME2, 400, 200); in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump()
2091 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME2, in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump()
2101 assertEquals(TEST_IFACE_NAME2, connectionEvent.interfaceName); in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump()
2135 mWifiMetrics.startConnectionEvent(TEST_IFACE_NAME2, config2, "BLUE", in testStart2ConnectionEventsOnDifferentIfaces_end2AndDump()
2143 mWifiMetrics.setConnectionScanDetail(TEST_IFACE_NAME2, mock(ScanDetail.class)); in testStart2ConnectionEventsOnDifferentIfaces_end2AndDump()
2144 mWifiMetrics.setConnectionPmkCache(TEST_IFACE_NAME2, true); in testStart2ConnectionEventsOnDifferentIfaces_end2AndDump()
[all …]