Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DWifiNl80211Manager.java348 void onSoftApChannelSwitched(int frequencyMhz, @WifiAnnotations.Bandwidth int bandwidth); in onSoftApChannelSwitched() method
514 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WifiNl80211Manager.ApInterfaceEventCallback
517 mExecutor.execute(() -> mSoftApListener.onSoftApChannelSwitched(frequency, in onSoftApChannelSwitched()
/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
DWifiNl80211ManagerTest.java766 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in testSoftApListenerInvocation()
768 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), in testSoftApListenerInvocation()
/frameworks/base/core/api/
Dsystem-current.txt10220 method @Deprecated public void onSoftApChannelSwitched(int, int);