Home
last modified time | relevance | path

Searched refs:getNetworkCountryIso (Results 1 – 14 of 14) 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.java409 String operatorIsoContry = tm.getNetworkCountryIso(mPhone.getPhoneId()); in dialCdma()
1094 getNetworkCountryIso()); in handlePollCalls()
1166 mMetrics.writeRilCallList(mPhone.getPhoneId(), activeConnections, getNetworkCountryIso()); in updateMetrics()
1241 getNetworkCountryIso()); in hangup()
1335 mMetrics.writeRilHangup(mPhone.getPhoneId(), c, call_index, getNetworkCountryIso()); in logHangupEvent()
1360 getNetworkCountryIso()); in hangupConnectionByIndex()
1374 getNetworkCountryIso()); in hangupAllConnections()
1586 getNetworkCountryIso()); in handleMessage()
1841 private String getNetworkCountryIso() { in getNetworkCountryIso() method in GsmCdmaCallTracker
DSMSDispatcher.java1332 mTelephonyManager.getNetworkCountryIso(mPhone.getPhoneId()); in checkDestination()
1342 mTelephonyManager.getNetworkCountryIso(mPhone.getPhoneId()); in checkDestination()
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java249 String countryIso = mTelephonyManager.getNetworkCountryIso(i); in updateNetworkCountry()
/frameworks/base/services/core/java/com/android/server/location/
DComprehensiveCountryDetector.java224 countryIso = mTelephonyManager.getNetworkCountryIso(); in getNetworkBasedCountry()
/frameworks/base/core/java/com/android/internal/app/
DLocaleStore.java205 iso = tm.getNetworkCountryIso().toUpperCase(Locale.US); in getSimCountries()
/frameworks/base/telephony/common/com/android/internal/telephony/
DSmsNumberUtils.java622 String operatorIsoCountry = telephonyManager.getNetworkCountryIso(); in isInternationalRoaming()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java2557 public String getNetworkCountryIso() { in getNetworkCountryIso() method in TelephonyManager
2558 return getNetworkCountryIso(getSlotIndex()); in getNetworkCountryIso()
2579 public String getNetworkCountryIso(int slotIndex) { in getNetworkCountryIso() method in TelephonyManager
2602 return getNetworkCountryIso(phoneId); in getNetworkCountryIsoForPhone()
DPhoneNumberUtils.java2395 String currIso = TelephonyManager.getDefault().getNetworkCountryIso(); in cdmaCheckAndProcessPlusCode()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2873 getNetworkCountryIso(), emergencyNumberTracker != null
4826 private String getNetworkCountryIso() { in getNetworkCountryIso() method in ImsPhoneCallTracker
/frameworks/base/non-updatable-api/
Dcurrent.txt45900 method public String getNetworkCountryIso();
45901 method @NonNull public String getNetworkCountryIso(int);
/frameworks/base/api/
Dcurrent.txt46044 method public String getNetworkCountryIso();
46045 method @NonNull public String getNetworkCountryIso(int);
/frameworks/base/config/
Dboot-image-profile.txt14358 HSPLandroid/telephony/TelephonyManager;->getNetworkCountryIso()Ljava/lang/String;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28665 method public java.lang.String getNetworkCountryIso();