Home
last modified time | relevance | path

Searched refs:mMockCountryDetector (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/tests/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessControllerTest.java125 private TelephonyCountryDetector mMockCountryDetector; field in SatelliteAccessControllerTest
232 mMockCountryDetector); in setUp()
341 when(mMockCountryDetector.getCurrentNetworkCountryIso()).thenReturn(EMPTY_STRING_LIST); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
376 when(mMockCountryDetector.getCurrentNetworkCountryIso()).thenReturn(EMPTY_STRING_LIST); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
405 when(mMockCountryDetector.getCurrentNetworkCountryIso()).thenReturn(EMPTY_STRING_LIST); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
411 when(mMockCountryDetector.getCachedLocationCountryIsoInfo()).thenReturn(new Pair<>("", 0L)); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
412 when(mMockCountryDetector.getCachedNetworkCountryIsoInfo()).thenReturn(new HashMap<>()); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
436 when(mMockCountryDetector.getCurrentNetworkCountryIso()).thenReturn(EMPTY_STRING_LIST); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
437 when(mMockCountryDetector.getCachedLocationCountryIsoInfo()).thenReturn(new Pair<>("", 0L)); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
438 when(mMockCountryDetector.getCachedNetworkCountryIsoInfo()).thenReturn(new HashMap<>()); in testRequestIsSatelliteCommunicationAllowedForCurrentLocation()
[all …]
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsTest.java63 @Mock protected CountryDetector mMockCountryDetector; field in QnsTest
151 when(sMockContext.getSystemService(CountryDetector.class)).thenReturn(mMockCountryDetector); in stubContext()
171 when(mMockCountryDetector.detectCountry()) in stubManagers()
DIwlanNetworkStatusTrackerTest.java379 verify(mMockCountryDetector) in testIsInternationalRoaming()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsActor.java121 private CountryDetector mMockCountryDetector = new CountryDetector(null){ field in ContactsActor
345 return mMockCountryDetector; in ContactsActor()
395 return mMockCountryDetector; in ContactsActor()