Searched refs:onSoftApChannelSwitched (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/nl80211/ |
D | WifiNl80211Manager.java | 248 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/ |
D | SoftApManagerTest.java | 874 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/ |
D | WifiNl80211ManagerTest.java | 711 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in testSoftApListenerInvocation() 713 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), in testSoftApListenerInvocation()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | SoftApManager.java | 156 public void onSoftApChannelSwitched(int frequency,
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 6849 method public void onSoftApChannelSwitched(int, int);
|
/frameworks/base/api/ |
D | system-current.txt | 7842 method public void onSoftApChannelSwitched(int, int);
|