Searched refs:onCoexUnsafeChannelsChanged (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/ |
D | CoexManagerTest.java | 292 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/ |
D | CoexManager.java | 359 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/ |
D | ICoexCallback.aidl | 27 void onCoexUnsafeChannelsChanged(in List<CoexUnsafeChannel> unsafeChannels, int restrictions); in onCoexUnsafeChannelsChanged() method
|
D | WifiManager.java | 3922 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/ |
D | WifiManagerTest.java | 284 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/ |
D | SoftApManagerTest.java | 2924 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/ |
D | SoftApManager.java | 235 public void onCoexUnsafeChannelsChanged() {
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImplTest.java | 4324 mCoexListener.onCoexUnsafeChannelsChanged(); in testCoexCallbackWithWifiP2pUnsafeChannels() 4347 mCoexListener.onCoexUnsafeChannelsChanged(); in testCoexCallbackWithoutWifiP2pInRestrictionBits()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImpl.java | 961 public void onCoexUnsafeChannelsChanged() { in P2pStateMachine()
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 672 …method public abstract void onCoexUnsafeChannelsChanged(@NonNull java.util.List<android.net.wifi.C…
|