Home
last modified time | relevance | path

Searched refs:onCoexUnsafeChannelsChanged (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
H A DCoexManagerTest.java292 verify(listener1).onCoexUnsafeChannelsChanged(); in testRegisteredCoexListener_setCoexUnsafeChannels_listenerIsNotified()
293 verify(listener2).onCoexUnsafeChannelsChanged(); in testRegisteredCoexListener_setCoexUnsafeChannels_listenerIsNotified()
317 verify(listener1, never()).onCoexUnsafeChannelsChanged(); in testUnregisteredCoexListener_setCoexUnsafeChannels_listenerIsNotNotified()
318 verify(listener2, never()).onCoexUnsafeChannelsChanged(); in testUnregisteredCoexListener_setCoexUnsafeChannels_listenerIsNotNotified()
335 verify(remoteCallback1).onCoexUnsafeChannelsChanged(any(), anyInt()); in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified()
336 verify(remoteCallback2).onCoexUnsafeChannelsChanged(any(), anyInt()); in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified()
364 verify(remoteCallback1).onCoexUnsafeChannelsChanged(any(), anyInt()); in testUnregisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotNotified()
365 verify(remoteCallback2).onCoexUnsafeChannelsChanged(any(), anyInt()); in testUnregisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotNotified()
376 verify(remoteCallback1, times(1)).onCoexUnsafeChannelsChanged(any(), anyInt()); in testUnregisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotNotified()
377 verify(remoteCallback2, times(1)).onCoexUnsafeChannelsChanged(any(), anyInt()); in testUnregisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotNotified()
[all …]
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DICoexCallback.aidl27 void onCoexUnsafeChannelsChanged(in List<CoexUnsafeChannel> unsafeChannels, int restrictions); in onCoexUnsafeChannelsChanged() method
H A DWifiManager.java3922 public abstract void onCoexUnsafeChannelsChanged( in onCoexUnsafeChannelsChanged() method in WifiManager.CoexCallback
3954 public void onCoexUnsafeChannelsChanged( in onCoexUnsafeChannelsChanged() method in WifiManager.CoexCallback.CoexCallbackProxy
3968 callback.onCoexUnsafeChannelsChanged(unsafeChannels, restrictions)); in onCoexUnsafeChannelsChanged()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
H A DCoexManager.java359 callback.onCoexUnsafeChannelsChanged(mCurrentCoexUnsafeChannels, mCoexRestrictions); in registerRemoteCoexCallback()
376 listener.onCoexUnsafeChannelsChanged(); in notifyListeners()
385 .onCoexUnsafeChannelsChanged(mCurrentCoexUnsafeChannels, mCoexRestrictions); in notifyRemoteCallbacks()
404 void onCoexUnsafeChannelsChanged(); in onCoexUnsafeChannelsChanged() method
/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiManagerTest.java284 public void onCoexUnsafeChannelsChanged( in setUp()
365 callbackCaptor.getValue().onCoexUnsafeChannelsChanged(Collections.emptyList(), 0); in testAddCoexCallbackAndReceiveEvent()
380 callbackCaptor.getValue().onCoexUnsafeChannelsChanged(Collections.emptyList(), 0); in testRegisterCoexCallbackWithTheTargetExecutor()
396 callbackCaptor.getValue().onCoexUnsafeChannelsChanged(Collections.emptyList(), 0); in testRegisterUnregisterThenRegisterAgainWithCoexCallback()
399 callbackCaptor.getValue().onCoexUnsafeChannelsChanged(Collections.emptyList(), 0); in testRegisterUnregisterThenRegisterAgainWithCoexCallback()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSoftApManagerTest.java2924 mCoexListenerCaptor.getValue().onCoexUnsafeChannelsChanged(); in testBridgedModeKeepWhenCoexChangedToSoftUnsafe()
2969 mCoexListenerCaptor.getValue().onCoexUnsafeChannelsChanged(); in testBridgedModeShutDownInstanceDueToCoexIsHardUnsafe()
3021 mCoexListenerCaptor.getValue().onCoexUnsafeChannelsChanged(); in testBridgedModeKeepWhenCoexChangedButAvailableChannelExist()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSoftApManager.java235 public void onCoexUnsafeChannelsChanged() {
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DWifiP2pServiceImplTest.java4324 mCoexListener.onCoexUnsafeChannelsChanged(); in testCoexCallbackWithWifiP2pUnsafeChannels()
4347 mCoexListener.onCoexUnsafeChannelsChanged(); in testCoexCallbackWithoutWifiP2pInRestrictionBits()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pServiceImpl.java961 public void onCoexUnsafeChannelsChanged() { in P2pStateMachine()
/aosp12/packages/modules/Wifi/framework/api/
H A Dsystem-current.txt672 …method public abstract void onCoexUnsafeChannelsChanged(@NonNull java.util.List<android.net.wifi.C…