Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java756 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEvent()
776 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand2Ghz()
797 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand5Ghz()
818 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDoesNotDetectBandUnsatisfiedOnBandAny()
DWificondControlTest.java937 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in testSoftApListenerInvocation()
939 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), eq(channelBandwidth)); in testSoftApListenerInvocation()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java191 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WificondControl.ApInterfaceEventCallback
192 mSoftApListener.onSoftApChannelSwitched(frequency, bandwidth); in onSoftApChannelSwitched()
DSoftApManager.java115 public void onSoftApChannelSwitched(int frequency, int bandwidth) {
DWifiNative.java1532 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() method