Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
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()
346 verify(remoteCallback1).onCoexUnsafeChannelsChanged(unsafeChannelList, restrictions); in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified()
347 verify(remoteCallback2).onCoexUnsafeChannelsChanged(unsafeChannelList, restrictions); in testRegisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotified()
364 verify(remoteCallback1).onCoexUnsafeChannelsChanged(any(), anyInt()); in testUnregisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotNotified()
365 verify(remoteCallback2).onCoexUnsafeChannelsChanged(any(), anyInt()); in testUnregisteredRemoteCoexCallback_setCoexUnsafeChannels_callbackIsNotNotified()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
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
/packages/modules/Wifi/framework/java/android/net/wifi/
DICoexCallback.aidl27 void onCoexUnsafeChannelsChanged(in List<CoexUnsafeChannel> unsafeChannels, int restrictions); in onCoexUnsafeChannelsChanged() method
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()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/
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()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSoftApManagerTest.java2924 mCoexListenerCaptor.getValue().onCoexUnsafeChannelsChanged(); in testBridgedModeKeepWhenCoexChangedToSoftUnsafe()
2969 mCoexListenerCaptor.getValue().onCoexUnsafeChannelsChanged(); in testBridgedModeShutDownInstanceDueToCoexIsHardUnsafe()
3021 mCoexListenerCaptor.getValue().onCoexUnsafeChannelsChanged(); in testBridgedModeKeepWhenCoexChangedButAvailableChannelExist()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSoftApManager.java235 public void onCoexUnsafeChannelsChanged() {
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java4324 mCoexListener.onCoexUnsafeChannelsChanged(); in testCoexCallbackWithWifiP2pUnsafeChannels()
4347 mCoexListener.onCoexUnsafeChannelsChanged(); in testCoexCallbackWithoutWifiP2pInRestrictionBits()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java961 public void onCoexUnsafeChannelsChanged() { in P2pStateMachine()
/packages/modules/Wifi/framework/api/
Dsystem-current.txt672 …method public abstract void onCoexUnsafeChannelsChanged(@NonNull java.util.List<android.net.wifi.C…