Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/nl80211/
DWifiNl80211Manager.java248 void onSoftApChannelSwitched(int frequencyMhz, @WifiAnnotations.Bandwidth int bandwidth); in onSoftApChannelSwitched() method
380 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WifiNl80211Manager.ApInterfaceEventCallback
382 mExecutor.execute(() -> mSoftApListener.onSoftApChannelSwitched(frequency, in onSoftApChannelSwitched()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java874 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEvent()
896 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand2Ghz()
919 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand5Ghz()
942 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDoesNotDetectBandUnsatisfiedOnBandAny()
962 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched( in testOnSoftApChannelSwitchedEventTriggerSoftApInfoUpdate()
982 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched( in testDoesNotTriggerCallbackForSameChannelInfoUpdate()
987 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched( in testDoesNotTriggerCallbackForSameChannelInfoUpdate()
1007 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched( in testHandlesInvalidChannelFrequency()
1028 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched( in testCallbackForChannelUpdateToZeroWhenLeaveSoftapStarted()
/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
DWifiNl80211ManagerTest.java711 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in testSoftApListenerInvocation()
713 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), in testSoftApListenerInvocation()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSoftApManager.java156 public void onSoftApChannelSwitched(int frequency,
/frameworks/base/non-updatable-api/
Dsystem-current.txt6849 method public void onSoftApChannelSwitched(int, int);
/frameworks/base/api/
Dsystem-current.txt7842 method public void onSoftApChannelSwitched(int, int);