Searched refs:onCoexUnsafeChannelsChanged (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/ |
D | CoexManagerTest.java | 294 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/ |
D | ICoexCallback.aidl | 27 void onCoexUnsafeChannelsChanged(in List<CoexUnsafeChannel> unsafeChannels, int restrictions); in onCoexUnsafeChannelsChanged() method
|
D | WifiManager.java | 5618 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/ |
D | CoexManager.java | 406 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/ |
D | WifiManagerTest.java | 323 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/ |
D | SoftApManagerTest.java | 3560 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/ |
D | SoftApManager.java | 454 public void onCoexUnsafeChannelsChanged() { in SoftApManager()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | WifiP2pServiceImplTest.java | 6399 mCoexListener.onCoexUnsafeChannelsChanged(); in testCoexCallbackWithWifiP2pUnsafeChannels() 6422 mCoexListener.onCoexUnsafeChannelsChanged(); in testCoexCallbackWithoutWifiP2pInRestrictionBits()
|
/packages/modules/Wifi/framework/api/ |
D | system-current.txt | 972 …method public abstract void onCoexUnsafeChannelsChanged(@NonNull java.util.List<android.net.wifi.C…
|