Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/tests/unit/src/com/android/server/thread/
DThreadNetworkCountryCodeTest.java117 @Captor private ArgumentCaptor<BroadcastReceiver> mTelephonyCountryCodeReceiverCaptor; field in ThreadNetworkCountryCodeTest
308 mTelephonyCountryCodeReceiverCaptor.capture(), in telephonyCountryCode_bothTelephonyAndLocationAvailable_telephonyCodeIsUsed()
315 mTelephonyCountryCodeReceiverCaptor.getValue().onReceive(mContext, intent); in telephonyCountryCode_bothTelephonyAndLocationAvailable_telephonyCodeIsUsed()
334 mTelephonyCountryCodeReceiverCaptor.capture(), in telephonyCountryCode_locationIsAvailable_lastKnownTelephonyCodeIsUsed()
344 mTelephonyCountryCodeReceiverCaptor.getValue().onReceive(mContext, intent); in telephonyCountryCode_locationIsAvailable_lastKnownTelephonyCodeIsUsed()
354 mTelephonyCountryCodeReceiverCaptor.capture(), in telephonyCountryCode_lastKnownCountryCodeAvailable_telephonyCodeIsUsed()
364 mTelephonyCountryCodeReceiverCaptor.getValue().onReceive(mContext, intent0); in telephonyCountryCode_lastKnownCountryCodeAvailable_telephonyCodeIsUsed()
368 mTelephonyCountryCodeReceiverCaptor.capture(), in telephonyCountryCode_lastKnownCountryCodeAvailable_telephonyCodeIsUsed()
375 mTelephonyCountryCodeReceiverCaptor.getValue().onReceive(mContext, intent1); in telephonyCountryCode_lastKnownCountryCodeAvailable_telephonyCodeIsUsed()
385 mTelephonyCountryCodeReceiverCaptor.capture(), in telephonyCountryCode_multipleSims_firstSimIsUsed()
[all …]
/packages/modules/Uwb/service/tests/src/com/android/server/uwb/
DUwbCountryCodeTest.java103 private ArgumentCaptor<BroadcastReceiver> mTelephonyCountryCodeReceiverCaptor; field in UwbCountryCodeTest
338 mTelephonyCountryCodeReceiverCaptor.capture(), any(), any(), any()); in testChangeInTelephonyCountryCode()
342 mTelephonyCountryCodeReceiverCaptor.getValue().onReceive(mock(Context.class), intent); in testChangeInTelephonyCountryCode()
414 mTelephonyCountryCodeReceiverCaptor.capture(), any(), any(), any()); in testChangeInTelephonyCountryCodeWhenWifiAndLocationCountryCodeAvailable()
432 mTelephonyCountryCodeReceiverCaptor.getValue().onReceive(mock(Context.class), intent); in testChangeInTelephonyCountryCodeWhenWifiAndLocationCountryCodeAvailable()
445 mTelephonyCountryCodeReceiverCaptor.capture(), any(), any(), any()); in testUseLastKnownTelephonyCountryCodeWhenWifiAndTelephonyCountryCodeNotAvailable()
453 mTelephonyCountryCodeReceiverCaptor.getValue().onReceive(mock(Context.class), intent); in testUseLastKnownTelephonyCountryCodeWhenWifiAndTelephonyCountryCodeNotAvailable()
466 mTelephonyCountryCodeReceiverCaptor.capture(), any(), any(), any()); in testChangeInTelephonyCountryCodeWhenMoreThanOneSimWifiCountryCodeAvailable()
474 mTelephonyCountryCodeReceiverCaptor.getValue().onReceive(mock(Context.class), intent); in testChangeInTelephonyCountryCodeWhenMoreThanOneSimWifiCountryCodeAvailable()
482 mTelephonyCountryCodeReceiverCaptor.getValue().onReceive(mock(Context.class), intent); in testChangeInTelephonyCountryCodeWhenMoreThanOneSimWifiCountryCodeAvailable()
[all …]