Searched refs:getCountryIso (Results 1 - 12 of 12) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DCountryMonitor.java30 * {@link #getCountryIso()} is used to get the ISO 3166-1 two letters country
46 public synchronized String getCountryIso() { method in class:CountryMonitor
58 mCurrentCountryIso = country.getCountryIso();
61 mCurrentCountryIso = country.getCountryIso();
H A DDefaultCallLogInsertionHelper.java91 return mCountryMonitor.getCountryIso();
H A DContactsDatabaseHelper.java4943 return mCountryMonitor.getCountryIso();
/packages/services/Telephony/src/com/android/services/telephony/
H A DConferenceParticipantConnection.java73 String countryIso = getCountryIso(parentConnection.getCall().getPhone());
274 private String getCountryIso(Phone phone) { method in class:ConferenceParticipantConnection
290 return subInfo.getCountryIso().toUpperCase();
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
H A DUtils.java43 return country.getCountryIso();
/packages/apps/Dialer/java/com/android/incallui/spam/
H A DSpamNotificationActivity.java268 getCountryIso(),
275 filteredNumberAsyncQueryHandler.blockNumber(null, number, getCountryIso());
287 getCountryIso(),
303 private String getCountryIso() { method in class:SpamNotificationActivity
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallLogManager.java217 getCountryIso());
454 return country.getCountryIso();
462 public String getCountryIso() { method in class:CallLogManager
/packages/apps/Contacts/src/com/android/contacts/model/
H A DSimCard.java243 info.getCountryIso());
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallLogManagerTest.java638 String resultIso = mCallLogManager.getCountryIso();
651 String resultIso = mCallLogManager.getCountryIso();
658 String resultIso2 = mCallLogManager.getCountryIso();
/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsHttpClient.java420 country = info.getCountryIso();
/packages/apps/Messaging/src/com/android/messaging/util/
H A DPhoneUtils.java422 final String country = subInfo.getCountryIso();
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyBackupAgent.java710 subscriptionInfo.getCountryIso().toUpperCase(Locale.US));

Completed in 589 milliseconds