Home
last modified time | relevance | path

Searched defs:countryIso (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSmsUsageMonitorShortCodeTest.java37 final String countryIso; field in SmsUsageMonitorShortCodeTest.ShortCodeTest
41 ShortCodeTest(String countryIso, String destAddress, int category) { in ShortCodeTest()
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java155 final String countryIso = (String) msg.obj; in handleMessage() local
228 private void handleNetworkCountryChanged(String countryIso, int slotId) { in handleNetworkCountryChanged()
249 String countryIso = mTelephonyManager.getNetworkCountryIso(i); in updateNetworkCountry() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DEmergencyNumberTracker.java297 public void updateEmergencyCountryIsoAllPhones(String countryIso) { in updateEmergencyCountryIsoAllPhones()
365 public void updateEmergencyNumberDatabaseCountryChange(String countryIso) { in updateEmergencyNumberDatabaseCountryChange()
399 private EmergencyNumber convertEmergencyNumberFromEccInfo(EccInfo eccInfo, String countryIso) { in convertEmergencyNumberFromEccInfo()
435 private void cacheEmergencyDatabaseByCountry(String countryIso) { in cacheEmergencyDatabaseByCountry()
581 private void updateEmergencyNumberListDatabaseAndNotify(String countryIso) { in updateEmergencyNumberListDatabaseAndNotify()
822 private synchronized void updateEmergencyCountryIso(String countryIso) { in updateEmergencyCountryIso()
/frameworks/base/location/java/android/location/
DCountry.java83 public Country(final String countryIso, final int source) { in Country()
93 private Country(final String countryIso, final int source, long timestamp) { in Country()
/frameworks/base/services/people/java/com/android/server/people/data/
DUtils.java32 String countryIso = null; in getCurrentCountryIso() local
/frameworks/base/core/java/android/timezone/
DTimeZoneFinder.java72 public CountryTimeZones lookupCountryTimeZones(@NonNull String countryIso) { in lookupCountryTimeZones()
DCountryTimeZones.java160 public boolean matchesCountryCode(@NonNull String countryIso) { in matchesCountryCode()
/frameworks/base/services/core/java/com/android/server/location/
DComprehensiveCountryDetector.java222 String countryIso = null; in getNetworkBasedCountry() local
243 String countryIso = null; in getSimBasedCountry() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DEmergencyNumberTrackerTest.java116 private void cacheEmergencyNumberListFromDatabaseByCountry(String countryIso) { in cacheEmergencyNumberListFromDatabaseByCountry()
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java686 String countryIso = getCurrentCountryIso(context, locale); in getGeoDescription() local
712 String countryIso = null; in getCurrentCountryIso() local
/frameworks/base/telephony/java/android/telephony/
DSubscriptionInfo.java238 Bitmap icon, String mcc, String mnc, String countryIso, boolean isEmbedded, in SubscriptionInfo()
252 Bitmap icon, String mcc, String mnc, String countryIso, boolean isEmbedded, in SubscriptionInfo()
266 Bitmap icon, String mcc, String mnc, String countryIso, boolean isEmbedded, in SubscriptionInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DLocaleTracker.java495 String countryIso = getCarrierCountry(); in updateLocale() local
610 private void updateLastKnownCountryIso(String countryIso) { in updateLastKnownCountryIso()
DSmsUsageMonitor.java387 public int checkDestination(String destAddress, String countryIso) { in checkDestination()
DGsmCdmaCallTracker.java1840 String countryIso = ""; in getNetworkCountryIso() local
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DConferenceParticipant.java314 public static Uri getParticipantAddress(Uri address, String countryIso) { in getParticipantAddress()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java1507 String countryIso) { in writeRilCallList()
1534 String countryIso) { in convertConnectionsToRilCalls()
1539 convertConnectionToRilCall(mConnections.get(i), calls[i], countryIso); in convertConnectionsToRilCalls() local
1557 String countryIso) { in convertConnectionToRilCall()
1664 String countryIso) { in writeRilHangup()
2176 EmergencyNumber emergencyNumber, String countryIso, in writeOnImsCallTerminated()
2799 private double getSamplePercentageForEmergencyCall(String countryIso) { in getSamplePercentageForEmergencyCall()
/frameworks/base/telephony/java/com/android/internal/telephony/euicc/
DIEuiccController.aidl53 boolean isSupportedCountry(String countryIso); in isSupportedCountry()
/frameworks/base/services/tests/servicestests/src/com/android/server/emergency/
DEmergencyAffordanceServiceTest.java404 private void sendBroadcastNetworkCountryChanged(Supplier<String> countryIso) { in sendBroadcastNetworkCountryChanged()
/frameworks/base/core/java/android/provider/
DCallLog.java1037 final String countryIso = getCurrentCountryIso(context); in updateNormalizedNumber() local
1099 String countryIso = null; in getCurrentCountryIso() local
/frameworks/base/telephony/java/android/telephony/emergency/
DEmergencyNumber.java252 public EmergencyNumber(@NonNull String number, @NonNull String countryIso, @NonNull String mnc, in EmergencyNumber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java333 public boolean isSupportedCountry(@NonNull String countryIso) { in isSupportedCountry()
347 private boolean isEsimSupportedCountry(String countryIso) { in isEsimSupportedCountry()
354 private boolean isEsimUnsupportedCountry(String countryIso) { in isEsimUnsupportedCountry()
/frameworks/base/core/java/android/util/
DTimeUtils.java71 int offsetMillis, boolean isDst, long whenMillis, String countryIso) { in getIcuTimeZone()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccManager.java1374 public boolean isSupportedCountry(@NonNull String countryIso) { in isSupportedCountry()
/frameworks/base/telephony/java/com/android/internal/telephony/
DISmsImplBase.java196 String callingFeatureId, String destAddress, String countryIso) { in checkSmsShortCodeDestination()
DISms.aidl538 String destAddress, String countryIso); in checkSmsShortCodeDestination()

12