Home
last modified time | relevance | path

Searched refs:onPhysicalChannelConfigChanged (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java439 telephonyCallbackCaptor.getValue().onPhysicalChannelConfigChanged(Arrays.asList( in testGetCoexUnsafeChannels_neighboringLte40_returns2gNeighboringChannels()
471 telephonyCallbackCaptor.getValue().onPhysicalChannelConfigChanged(Arrays.asList( in testGetCoexUnsafeChannels_neighboringLte46_returns5gNeighboringChannels()
504 telephonyCallbackCaptor.getValue().onPhysicalChannelConfigChanged(Arrays.asList( in testGetCoexUnsafeChannels_channel27065Example_returnsCorrectWifiChannels()
536 telephonyCallbackCaptor.getValue().onPhysicalChannelConfigChanged(Arrays.asList( in testGetCoexUnsafeChannels_channel3350Example_returnsCorrectWifiChannels()
568 telephonyCallbackCaptor.getValue().onPhysicalChannelConfigChanged(Arrays.asList( in testGetCoexUnsafeChannels_entire2gBandUnsafe_excludesDefault2gChannel()
596 telephonyCallbackCaptor.getValue().onPhysicalChannelConfigChanged(Arrays.asList( in testGetCoexUnsafeChannels_entire5gBandUnsafe_excludesDefault5gChannel()
630 .onPhysicalChannelConfigChanged(Collections.emptyList()); in testGetCoexUnsafeChannels_mockCellChannelsAdded_mockCellChannelsUsed()
668 telephonyCallbackCaptor.getValue().onPhysicalChannelConfigChanged(Arrays.asList( in testGetCoexUnsafeChannels_overrideExists_overrideChannelsAdded()
714 telephonyCallbackCaptor0.getValue().onPhysicalChannelConfigChanged(Arrays.asList( in testGetCoexUnsafeChannels_LAA_restrict5gSoftApAndWifiDirect()
725 telephonyCallbackCaptor1.getValue().onPhysicalChannelConfigChanged(Arrays.asList( in testGetCoexUnsafeChannels_LAA_restrict5gSoftApAndWifiDirect()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java198 public void onPhysicalChannelConfigChanged( in onPhysicalChannelConfigChanged() method in CoexManager.CoexTelephonyCallback