/frameworks/base/services/tests/servicestests/src/com/android/server/emergency/ |
D | EmergencyAffordanceServiceTest.java | 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()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | GsmCdmaCallTracker.java | 438 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
|
D | SMSDispatcher.java | 2148 mTelephonyManager.getNetworkCountryIso(mPhone.getPhoneId()); in checkDestination() 2158 mTelephonyManager.getNetworkCountryIso(mPhone.getPhoneId()); in checkDestination()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeFilteringTest.java | 366 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/ |
D | EmergencyAffordanceService.java | 249 String countryIso = mTelephonyManager.getNetworkCountryIso(i); in updateNetworkCountry()
|
/frameworks/opt/localepicker/src/com/android/localepicker/ |
D | LocaleStore.java | 204 iso = tm.getNetworkCountryIso().toUpperCase(Locale.US); in getSimCountries()
|
/frameworks/base/services/core/java/com/android/server/location/countrydetector/ |
D | ComprehensiveCountryDetector.java | 224 countryIso = mTelephonyManager.getNetworkCountryIso(); in getNetworkBasedCountry()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeFiltering.java | 548 context.getSystemService(TelephonyManager.class).getNetworkCountryIso(); in checkCallers()
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | SmsNumberUtils.java | 622 String operatorIsoCountry = telephonyManager.getNetworkCountryIso(); in isInternationalRoaming()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | LocaleStore.java | 311 iso = tm.getNetworkCountryIso().toUpperCase(Locale.US); in getSimCountries()
|
/frameworks/base/telephony/java/android/telephony/ |
D | AccessNetworkUtils.java | 405 String country = TelephonyManager.getDefault().getNetworkCountryIso(); in getOperatingBandForUarfcn()
|
D | PhoneNumberUtils.java | 2060 String currIso = TelephonyManager.getDefault().getNetworkCountryIso(); in cdmaCheckAndProcessPlusCode()
|
D | TelephonyManager.java | 3022 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/ |
D | ImsPhoneCallTracker.java | 3747 getNetworkCountryIso(), emergencyNumberTracker != null 5938 private String getNetworkCountryIso() { in getNetworkCountryIso() method in ImsPhoneCallTracker
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 14353 HSPLandroid/telephony/TelephonyManager;->getNetworkCountryIso()Ljava/lang/String; 14354 HSPLandroid/telephony/TelephonyManager;->getNetworkCountryIso(I)Ljava/lang/String;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14417 HSPLandroid/telephony/TelephonyManager;->getNetworkCountryIso()Ljava/lang/String; 14418 HSPLandroid/telephony/TelephonyManager;->getNetworkCountryIso(I)Ljava/lang/String;
|
/frameworks/base/core/api/ |
D | current.txt | 46058 method public String getNetworkCountryIso(); 46059 method @NonNull public String getNetworkCountryIso(int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28665 method public java.lang.String getNetworkCountryIso();
|