Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java1111 SoftApInfo testSoftApInfo_2G = new SoftApInfo(); in addSoftApEventsToMetrics() local
1112 testSoftApInfo_2G.setFrequency(SOFT_AP_CHANNEL_FREQUENCY_2G); in addSoftApEventsToMetrics()
1113 testSoftApInfo_2G.setBandwidth(SOFT_AP_CHANNEL_BANDWIDTH_2G); in addSoftApEventsToMetrics()
1114 testSoftApInfo_2G.setWifiStandard(SOFT_AP_GENERATION_2G); in addSoftApEventsToMetrics()
1125 testSoftApInfo_2G); in addSoftApEventsToMetrics()
1130 testSoftApInfo_2G); in addSoftApEventsToMetrics()
1138 mWifiMetrics.addSoftApChannelSwitchedEvent(new ArrayList<>() {{ add(testSoftApInfo_2G); }}, in addSoftApEventsToMetrics()
1157 testSoftApInfo_2G); in addSoftApEventsToMetrics()
1169 add(testSoftApInfo_2G); in addSoftApEventsToMetrics()