Home
last modified time | relevance | path

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

/aosp14/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java355 void onSoftApChannelSwitched(int frequencyMhz, @WifiAnnotations.Bandwidth int bandwidth); in onSoftApChannelSwitched() method
524 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WifiNl80211Manager.ApInterfaceEventCallback
527 mExecutor.execute(() -> mSoftApListener.onSoftApChannelSwitched(frequency, in onSoftApChannelSwitched()
/aosp14/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java785 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in testSoftApListenerInvocation()
787 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), in testSoftApListenerInvocation()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt10003 method @Deprecated public void onSoftApChannelSwitched(int, int);