Home
last modified time | relevance | path

Searched refs:getCountryIso (Results 1 – 10 of 10) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCountryMonitor.java46 public synchronized String getCountryIso() { in getCountryIso() method in CountryMonitor
58 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
61 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
DDefaultCallLogInsertionHelper.java91 return mCountryMonitor.getCountryIso(); in getCurrentCountryIso()
DContactsDatabaseHelper.java6195 return mCountryMonitor.getCountryIso(); in getCurrentCountryIso()
/packages/services/Telephony/src/com/android/services/telephony/
DConferenceParticipantConnection.java72 String countryIso = getCountryIso(parentConnection.getCall().getPhone()); in ConferenceParticipantConnection()
264 private String getCountryIso(Phone phone) { in getCountryIso() method in ConferenceParticipantConnection
280 return subInfo.getCountryIso().toUpperCase(); in getCountryIso()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallLogManager.java200 getCountryIso()); in logCall()
424 return country.getCountryIso(); in getCountryIsoFromCountry()
432 public String getCountryIso() { in getCountryIso() method in CallLogManager
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DUtils.java43 return country.getCountryIso(); in getCurrentCountryIso()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallLogManagerTest.java600 String resultIso = mCallLogManager.getCountryIso(); in testCountryIso_setCache()
613 String resultIso = mCallLogManager.getCountryIso(); in testCountryIso_newCountryDetected()
620 String resultIso2 = mCallLogManager.getCountryIso(); in testCountryIso_newCountryDetected()
/packages/apps/Messaging/src/android/support/v7/mms/
DMmsHttpClient.java420 country = info.getCountryIso(); in getSimOrLocaleCountry()
/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java422 final String country = subInfo.getCountryIso(); in getSimCountry()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java667 subscriptionInfo.getCountryIso().toUpperCase(Locale.US));