Searched defs:countryIso (Results 1 – 9 of 9) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsUsageMonitorShortCodeTest.java | 39 final String countryIso; field in SmsUsageMonitorShortCodeTest.ShortCodeTest 43 ShortCodeTest(String countryIso, String destAddress, int category) { in ShortCodeTest()
|
/frameworks/base/location/java/android/location/ |
D | Country.java | 81 public Country(final String countryIso, final int source) { in Country() 91 private Country(final String countryIso, final int source, long timestamp) { in Country()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | ComprehensiveCountryDetector.java | 222 String countryIso = null; in getNetworkBasedCountry() local 243 String countryIso = null; in getSimBasedCountry() local
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 590 String countryIso = getCurrentCountryIso(context, locale); in getGeoDescription() local 616 String countryIso = null; in getCurrentCountryIso() local
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 897 final String countryIso = getCurrentCountryIso(context); in updateNormalizedNumber() local 912 String countryIso = null; in getCurrentCountryIso() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionInfo.java | 117 Bitmap icon, int mcc, int mnc, String countryIso) { in SubscriptionInfo()
|
D | PhoneNumberUtils.java | 2102 String countryIso; in isLocalEmergencyNumberInternal() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsUsageMonitor.java | 392 public int checkDestination(String destAddress, String countryIso) { in checkDestination()
|
D | SubscriptionController.java | 292 String countryIso = getSubscriptionCountryIso(id); in getSubInfoRecord() local
|