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 | 756 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEvent() 776 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand2Ghz() 797 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDetectsBandUnsatisfiedOnBand5Ghz() 818 mSoftApListenerCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in updatesMetricsOnChannelSwitchedEventDoesNotDetectBandUnsatisfiedOnBandAny()
|
D | WificondControlTest.java | 937 apInterfaceCallbackCaptor.getValue().onSoftApChannelSwitched(channelFrequency, in testSoftApListenerInvocation() 939 verify(mSoftApListener).onSoftApChannelSwitched(eq(channelFrequency), eq(channelBandwidth)); in testSoftApListenerInvocation()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WificondControl.java | 191 public void onSoftApChannelSwitched(int frequency, int bandwidth) { in onSoftApChannelSwitched() method in WificondControl.ApInterfaceEventCallback 192 mSoftApListener.onSoftApChannelSwitched(frequency, bandwidth); in onSoftApChannelSwitched()
|
D | SoftApManager.java | 115 public void onSoftApChannelSwitched(int frequency, int bandwidth) {
|
D | WifiNative.java | 1532 void onSoftApChannelSwitched(int frequency, int bandwidth); in onSoftApChannelSwitched() method
|