Searched refs:getNetworkCountryIso (Results 1 – 14 of 14) sorted by relevance
418 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()
409 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
1332 mTelephonyManager.getNetworkCountryIso(mPhone.getPhoneId()); in checkDestination()1342 mTelephonyManager.getNetworkCountryIso(mPhone.getPhoneId()); in checkDestination()
249 String countryIso = mTelephonyManager.getNetworkCountryIso(i); in updateNetworkCountry()
224 countryIso = mTelephonyManager.getNetworkCountryIso(); in getNetworkBasedCountry()
205 iso = tm.getNetworkCountryIso().toUpperCase(Locale.US); in getSimCountries()
622 String operatorIsoCountry = telephonyManager.getNetworkCountryIso(); in isInternationalRoaming()
2557 public String getNetworkCountryIso() { in getNetworkCountryIso() method in TelephonyManager2558 return getNetworkCountryIso(getSlotIndex()); in getNetworkCountryIso()2579 public String getNetworkCountryIso(int slotIndex) { in getNetworkCountryIso() method in TelephonyManager2602 return getNetworkCountryIso(phoneId); in getNetworkCountryIsoForPhone()
2395 String currIso = TelephonyManager.getDefault().getNetworkCountryIso(); in cdmaCheckAndProcessPlusCode()
2873 getNetworkCountryIso(), emergencyNumberTracker != null4826 private String getNetworkCountryIso() { in getNetworkCountryIso() method in ImsPhoneCallTracker
45900 method public String getNetworkCountryIso();45901 method @NonNull public String getNetworkCountryIso(int);
46044 method public String getNetworkCountryIso();46045 method @NonNull public String getNetworkCountryIso(int);
14358 HSPLandroid/telephony/TelephonyManager;->getNetworkCountryIso()Ljava/lang/String;
28665 method public java.lang.String getNetworkCountryIso();