Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/coex/
DCoexManagerTest.java434 final ArgumentCaptor<CoexManager.CoexTelephonyCallback> telephonyCallbackCaptor = in testGetCoexUnsafeChannels_neighboringLte40_returns2gNeighboringChannels()
435 ArgumentCaptor.forClass(CoexManager.CoexTelephonyCallback.class); in testGetCoexUnsafeChannels_neighboringLte40_returns2gNeighboringChannels()
466 final ArgumentCaptor<CoexManager.CoexTelephonyCallback> telephonyCallbackCaptor = in testGetCoexUnsafeChannels_neighboringLte46_returns5gNeighboringChannels()
467 ArgumentCaptor.forClass(CoexManager.CoexTelephonyCallback.class); in testGetCoexUnsafeChannels_neighboringLte46_returns5gNeighboringChannels()
499 final ArgumentCaptor<CoexManager.CoexTelephonyCallback> telephonyCallbackCaptor = in testGetCoexUnsafeChannels_channel27065Example_returnsCorrectWifiChannels()
500 ArgumentCaptor.forClass(CoexManager.CoexTelephonyCallback.class); in testGetCoexUnsafeChannels_channel27065Example_returnsCorrectWifiChannels()
531 final ArgumentCaptor<CoexManager.CoexTelephonyCallback> telephonyCallbackCaptor = in testGetCoexUnsafeChannels_channel3350Example_returnsCorrectWifiChannels()
532 ArgumentCaptor.forClass(CoexManager.CoexTelephonyCallback.class); in testGetCoexUnsafeChannels_channel3350Example_returnsCorrectWifiChannels()
563 final ArgumentCaptor<CoexManager.CoexTelephonyCallback> telephonyCallbackCaptor = in testGetCoexUnsafeChannels_entire2gBandUnsafe_excludesDefault2gChannel()
564 ArgumentCaptor.forClass(CoexManager.CoexTelephonyCallback.class); in testGetCoexUnsafeChannels_entire2gBandUnsafe_excludesDefault2gChannel()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/coex/
DCoexManager.java173 final TelephonyCallback callback = new CoexTelephonyCallback(subId); in onSubscriptionsChanged()
182 /* package */ class CoexTelephonyCallback extends TelephonyCallback class in CoexManager
192 private CoexTelephonyCallback(int subId) { in CoexTelephonyCallback() method in CoexManager.CoexTelephonyCallback