Searched refs:onSoftApChannelSwitched (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | SoftApManagerTest.java | 793 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEvent() 813 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand2Ghz() 834 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand5Ghz() 855 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDoesNotDetectBandUnsatisfiedOnBandAny()
|
D | WificondControlTest.java | 932 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in testSoftApListenerInvocation() 934 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), eq(channelBandwidth)); in testSoftApListenerInvocation()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WificondControl.java | 188 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WificondControl.ApInterfaceEventCallback 189 mSoftApListener.onSoftApChannelSwitched(frequency, bandwidth); in onSoftApChannelSwitched()
|
D | SoftApManager.java | 122 public void onSoftApChannelSwitched(int frequency, int bandwidth) {
|
D | WifiNative.java | 1533 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() method
|