Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java294 verify(listener1).onCoexUnsafeChannelsChanged(); in testRegisteredCoexListener_setCoexUnsafeChannels_listenerIsNotified()
295 verify(listener2).onCoexUnsafeChannelsChanged(); in testRegisteredCoexListener_setCoexUnsafeChannels_listenerIsNotified()
319 verify(listener1, never()).onCoexUnsafeChannelsChanged(); in testUnregisteredCoexListener_setCoexUnsafeChannels_listenerIsNotNotified()
320 verify(listener2, never()).onCoexUnsafeChannelsChanged(); in testUnregisteredCoexListener_setCoexUnsafeChannels_listenerIsNotNotified()
337 verify(remoteCallback1).onCoexUnsafeChannelsChanged(any(), anyInt()); in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified()
338 verify(remoteCallback2).onCoexUnsafeChannelsChanged(any(), anyInt()); in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified()
348 verify(remoteCallback1).onCoexUnsafeChannelsChanged(unsafeChannelList, restrictions); in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified()
349 verify(remoteCallback2).onCoexUnsafeChannelsChanged(unsafeChannelList, restrictions); in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified()
366 verify(remoteCallback1).onCoexUnsafeChannelsChanged(any(), anyInt()); in testUnregisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotNotified()
367 verify(remoteCallback2).onCoexUnsafeChannelsChanged(any(), anyInt()); in testUnregisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotNotified()
[all …]
/packages/modules/Wifi/framework/java/android/net/wifi/
DICoexCallback.aidl27 void onCoexUnsafeChannelsChanged(in List<CoexUnsafeChannel> unsafeChannels, int restrictions); in onCoexUnsafeChannelsChanged() method
DWifiManager.java5618 public abstract void onCoexUnsafeChannelsChanged( in onCoexUnsafeChannelsChanged() method in WifiManager.CoexCallback
5650 public void onCoexUnsafeChannelsChanged( in onCoexUnsafeChannelsChanged() method in WifiManager.CoexCallback.CoexCallbackProxy
5664 callback.onCoexUnsafeChannelsChanged(unsafeChannels, restrictions)); in onCoexUnsafeChannelsChanged()
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java406 callback.onCoexUnsafeChannelsChanged(mCurrentCoexUnsafeChannels, mCoexRestrictions); in registerRemoteCoexCallback()
424 listener.onCoexUnsafeChannelsChanged(); in notifyListeners()
433 mRemoteCallbackList.getBroadcastItem(i).onCoexUnsafeChannelsChanged( in notifyRemoteCallbacks()
454 void onCoexUnsafeChannelsChanged(); in onCoexUnsafeChannelsChanged() method
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiManagerTest.java323 public void onCoexUnsafeChannelsChanged( in setUp()
406 callbackCaptor.getValue().onCoexUnsafeChannelsChanged(Collections.emptyList(), 0); in testAddCoexCallbackAndReceiveEvent()
421 callbackCaptor.getValue().onCoexUnsafeChannelsChanged(Collections.emptyList(), 0); in testRegisterCoexCallbackWithTheTargetExecutor()
437 callbackCaptor.getValue().onCoexUnsafeChannelsChanged(Collections.emptyList(), 0); in testRegisterUnregisterThenRegisterAgainWithCoexCallback()
440 callbackCaptor.getValue().onCoexUnsafeChannelsChanged(Collections.emptyList(), 0); in testRegisterUnregisterThenRegisterAgainWithCoexCallback()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java3560 mCoexListenerCaptor.getValue().onCoexUnsafeChannelsChanged(); in testBridgedModeKeepWhenCoexChangedToSoftUnsafe()
3594 mCoexListenerCaptor.getValue().onCoexUnsafeChannelsChanged(); in testBridgedModeShutDownInstanceDueToCoexIsHardUnsafe()
3634 mCoexListenerCaptor.getValue().onCoexUnsafeChannelsChanged(); in testBridgedModeKeepWhenCoexChangedButAvailableChannelExist()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java454 public void onCoexUnsafeChannelsChanged() { in SoftApManager()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java6399 mCoexListener.onCoexUnsafeChannelsChanged(); in testCoexCallbackWithWifiP2pUnsafeChannels()
6422 mCoexListener.onCoexUnsafeChannelsChanged(); in testCoexCallbackWithoutWifiP2pInRestrictionBits()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt972 …method public abstract void onCoexUnsafeChannelsChanged(@NonNull java.util.List<android.net.wifi.C…