/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | SmsUsageMonitorShortCodeTest.java | 37 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/ |
D | EmergencyAffordanceService.java | 155 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/ |
D | EmergencyNumberTracker.java | 297 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/ |
D | Country.java | 83 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/ |
D | Utils.java | 32 String countryIso = null; in getCurrentCountryIso() local
|
/frameworks/base/core/java/android/timezone/ |
D | TimeZoneFinder.java | 72 public CountryTimeZones lookupCountryTimeZones(@NonNull String countryIso) { in lookupCountryTimeZones()
|
D | CountryTimeZones.java | 160 public boolean matchesCountryCode(@NonNull String countryIso) { in matchesCountryCode()
|
/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/ |
D | EmergencyNumberTrackerTest.java | 116 private void cacheEmergencyNumberListFromDatabaseByCountry(String countryIso) { in cacheEmergencyNumberListFromDatabaseByCountry()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | CallerInfo.java | 686 String countryIso = getCurrentCountryIso(context, locale); in getGeoDescription() local 712 String countryIso = null; in getCurrentCountryIso() local
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionInfo.java | 238 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/ |
D | LocaleTracker.java | 495 String countryIso = getCarrierCountry(); in updateLocale() local 610 private void updateLastKnownCountryIso(String countryIso) { in updateLastKnownCountryIso()
|
D | SmsUsageMonitor.java | 387 public int checkDestination(String destAddress, String countryIso) { in checkDestination()
|
D | GsmCdmaCallTracker.java | 1840 String countryIso = ""; in getNetworkCountryIso() local
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ConferenceParticipant.java | 314 public static Uri getParticipantAddress(Uri address, String countryIso) { in getParticipantAddress()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | TelephonyMetrics.java | 1507 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/ |
D | IEuiccController.aidl | 53 boolean isSupportedCountry(String countryIso); in isSupportedCountry()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/emergency/ |
D | EmergencyAffordanceServiceTest.java | 404 private void sendBroadcastNetworkCountryChanged(Supplier<String> countryIso) { in sendBroadcastNetworkCountryChanged()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 1037 final String countryIso = getCurrentCountryIso(context); in updateNormalizedNumber() local 1099 String countryIso = null; in getCurrentCountryIso() local
|
/frameworks/base/telephony/java/android/telephony/emergency/ |
D | EmergencyNumber.java | 252 public EmergencyNumber(@NonNull String number, @NonNull String countryIso, @NonNull String mnc, in EmergencyNumber()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccController.java | 333 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/ |
D | TimeUtils.java | 71 int offsetMillis, boolean isDst, long whenMillis, String countryIso) { in getIcuTimeZone()
|
/frameworks/base/telephony/java/android/telephony/euicc/ |
D | EuiccManager.java | 1374 public boolean isSupportedCountry(@NonNull String countryIso) { in isSupportedCountry()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISmsImplBase.java | 196 String callingFeatureId, String destAddress, String countryIso) { in checkSmsShortCodeDestination()
|
D | ISms.aidl | 538 String destAddress, String countryIso); in checkSmsShortCodeDestination()
|