Searched refs:TEST_IFACE_NAME2 (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
H A D | WifiMetricsTest.java | 173 public static final String TEST_IFACE_NAME2 = "wlan1"; field in WifiMetricsTest 2002 mWifiMetrics.startConnectionEvent(TEST_IFACE_NAME2, config2, "BLUE", in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump() 2010 mWifiMetrics.setConnectionPmkCache(TEST_IFACE_NAME2, true); in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump() 2013 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME2, in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump() 2022 assertEquals(TEST_IFACE_NAME2, connectionEvent.interfaceName); in testStart2ConnectionEventsOnDifferentIfaces_endOneAndDump_endOtherAndDump() 2062 mWifiMetrics.setConnectionPmkCache(TEST_IFACE_NAME2, true); in testStart2ConnectionEventsOnDifferentIfaces_end2AndDump() 2070 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME2, in testStart2ConnectionEventsOnDifferentIfaces_end2AndDump() 2089 assertEquals(TEST_IFACE_NAME2, connectionEvent.interfaceName); in testStart2ConnectionEventsOnDifferentIfaces_end2AndDump() 2115 mWifiMetrics.setConnectionPmkCache(TEST_IFACE_NAME2, true); in testStartAndEnd2ConnectionEventsOnDifferentIfacesAndDump() 2117 mWifiMetrics.endConnectionEvent(TEST_IFACE_NAME2, in testStartAndEnd2ConnectionEventsOnDifferentIfacesAndDump() [all …]
|