Home
last modified time | relevance | path

Searched refs:getNetworkCountryIso (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/emergency/
DEmergencyAffordanceServiceTest.java418 doReturn(NON_EMERGENCY_ISO_CODE).when(mTelephonyManager).getNetworkCountryIso(0); in setUpCell()
420 .when(mTelephonyManager).getNetworkCountryIso(1); in setUpCell()
425 .when(mTelephonyManager).getNetworkCountryIso(1); in resetCell()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java438 String operatorIsoContry = tm.getNetworkCountryIso(mPhone.getPhoneId()); in dialCdma()
1163 getNetworkCountryIso()); in handlePollCalls()
1235 mMetrics.writeRilCallList(mPhone.getPhoneId(), activeConnections, getNetworkCountryIso()); in updateMetrics()
1310 getNetworkCountryIso()); in hangup()
1404 mMetrics.writeRilHangup(mPhone.getPhoneId(), c, call_index, getNetworkCountryIso()); in logHangupEvent()
1429 getNetworkCountryIso()); in hangupConnectionByIndex()
1443 getNetworkCountryIso()); in hangupAllConnections()
1655 getNetworkCountryIso()); in handleMessage()
1913 private String getNetworkCountryIso() { in getNetworkCountryIso() method in GsmCdmaCallTracker
DSMSDispatcher.java2148 mTelephonyManager.getNetworkCountryIso(mPhone.getPhoneId()); in checkDestination()
2158 mTelephonyManager.getNetworkCountryIso(mPhone.getPhoneId()); in checkDestination()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeFilteringTest.java366 when(mTelephonyManager.getNetworkCountryIso()).thenReturn("us"); in testRepeatCallers_checksPhoneNumbers()
418 when(mTelephonyManager.getNetworkCountryIso()).thenReturn("us"); in testMatchesCallFilter_repeatCallers_telephoneVariants()
462 when(mTelephonyManager.getNetworkCountryIso()).thenReturn("us"); in testMatchesCallFilter_repeatCallers_urlEncodedTels()
507 when(mTelephonyManager.getNetworkCountryIso()).thenReturn("us"); in testMatchesCallFilter_repeatCallers_viaRecordPhoneNumbers()
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java249 String countryIso = mTelephonyManager.getNetworkCountryIso(i); in updateNetworkCountry()
/frameworks/opt/localepicker/src/com/android/localepicker/
DLocaleStore.java204 iso = tm.getNetworkCountryIso().toUpperCase(Locale.US); in getSimCountries()
/frameworks/base/services/core/java/com/android/server/location/countrydetector/
DComprehensiveCountryDetector.java224 countryIso = mTelephonyManager.getNetworkCountryIso(); in getNetworkBasedCountry()
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java548 context.getSystemService(TelephonyManager.class).getNetworkCountryIso(); in checkCallers()
/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsNumberUtils.java622 String operatorIsoCountry = telephonyManager.getNetworkCountryIso(); in isInternationalRoaming()
/frameworks/base/core/java/com/android/internal/app/
DLocaleStore.java311 iso = tm.getNetworkCountryIso().toUpperCase(Locale.US); in getSimCountries()
/frameworks/base/telephony/java/android/telephony/
DAccessNetworkUtils.java405 String country = TelephonyManager.getDefault().getNetworkCountryIso(); in getOperatingBandForUarfcn()
DPhoneNumberUtils.java2060 String currIso = TelephonyManager.getDefault().getNetworkCountryIso(); in cdmaCheckAndProcessPlusCode()
DTelephonyManager.java3022 public String getNetworkCountryIso() { in getNetworkCountryIso() method in TelephonyManager
3023 return getNetworkCountryIso(getSlotIndex()); in getNetworkCountryIso()
3048 public String getNetworkCountryIso(int slotIndex) { in getNetworkCountryIso() method in TelephonyManager
3071 return getNetworkCountryIso(phoneId); in getNetworkCountryIsoForPhone()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3747 getNetworkCountryIso(), emergencyNumberTracker != null
5938 private String getNetworkCountryIso() { in getNetworkCountryIso() method in ImsPhoneCallTracker
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt14353 HSPLandroid/telephony/TelephonyManager;->getNetworkCountryIso()Ljava/lang/String;
14354 HSPLandroid/telephony/TelephonyManager;->getNetworkCountryIso(I)Ljava/lang/String;
/frameworks/base/config/
Dboot-image-profile.txt14417 HSPLandroid/telephony/TelephonyManager;->getNetworkCountryIso()Ljava/lang/String;
14418 HSPLandroid/telephony/TelephonyManager;->getNetworkCountryIso(I)Ljava/lang/String;
/frameworks/base/core/api/
Dcurrent.txt46058 method public String getNetworkCountryIso();
46059 method @NonNull public String getNetworkCountryIso(int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28665 method public java.lang.String getNetworkCountryIso();