Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java1393 verify(mWifiMetrics).addSoftApChannelSwitchedEvent( in updatesMetricsOnChannelSwitchedEvent()
1416 verify(mWifiMetrics).addSoftApChannelSwitchedEvent( in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand2Ghz()
1436 verify(mWifiMetrics).addSoftApChannelSwitchedEvent( in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand5Ghz()
1457 verify(mWifiMetrics).addSoftApChannelSwitchedEvent( in updatesMetricsOnChannelSwitchedEventDoesNotDetectBandUnsatisfiedOnBandAny()
1476 verify(mWifiMetrics).addSoftApChannelSwitchedEvent( in testOnSoftApChannelSwitchedEventTriggerSoftApInfoUpdate()
1494 verify(mWifiMetrics).addSoftApChannelSwitchedEvent( in testDoesNotTriggerCallbackForSameChannelInfoUpdate()
1519 verify(mWifiMetrics, never()).addSoftApChannelSwitchedEvent(any(), in testHandlesInvalidChannelFrequency()
1535 order.verify(mWifiMetrics).addSoftApChannelSwitchedEvent( in testCallbackForChannelUpdateToZeroWhenLeaveSoftapStarted()
1545 order.verify(mWifiMetrics, never()).addSoftApChannelSwitchedEvent(any(), in testCallbackForChannelUpdateToZeroWhenLeaveSoftapStarted()
2991 order.verify(mWifiMetrics).addSoftApChannelSwitchedEvent( in testBssidUpdatedWhenSoftApInfoUpdate()
[all …]
DWifiMetricsTest.java1169 mWifiMetrics.addSoftApChannelSwitchedEvent(List.of(testSoftApInfo_2G), in addSoftApEventsToMetrics()
1199 mWifiMetrics.addSoftApChannelSwitchedEvent( in addSoftApEventsToMetrics()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java1804 mWifiMetrics.addSoftApChannelSwitchedEvent( in updateSoftApInfo()
DWifiMetrics.java3810 public void addSoftApChannelSwitchedEvent(List<SoftApInfo> infos, int mode, boolean isBridged) { in addSoftApChannelSwitchedEvent() method in WifiMetrics