Searched refs:onSoftApChannelSwitched (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSoftApManagerTest.java591 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency,
613 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency,
637 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency,
663 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency,
688 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency,
H A DWificondControlTest.java952 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency,
954 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), eq(channelBandwidth));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWificondControl.java159 public void onSoftApChannelSwitched(int frequency, int bandwidth) { method in class:WificondControl.ApInterfaceEventCallback
160 mSoftApListener.onSoftApChannelSwitched(frequency, bandwidth);
H A DSoftApManager.java107 public void onSoftApChannelSwitched(int frequency, int bandwidth) {
H A DWifiNative.java1210 void onSoftApChannelSwitched(int frequency, int bandwidth); method in interface:WifiNative.SoftApListener

Completed in 353 milliseconds