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.java793 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEvent()
813 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand2Ghz()
834 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand5Ghz()
855 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDoesNotDetectBandUnsatisfiedOnBandAny()
DWificondControlTest.java932 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in testSoftApListenerInvocation()
934 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), eq(channelBandwidth)); in testSoftApListenerInvocation()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWificondControl.java188 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WificondControl.ApInterfaceEventCallback
189 mSoftApListener.onSoftApChannelSwitched(frequency, bandwidth); in onSoftApChannelSwitched()
DSoftApManager.java122 public void onSoftApChannelSwitched(int frequency, int bandwidth) {
DWifiNative.java1533 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() method