Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDefaultCallLogInsertionHelper.java68 String countryIso = getCurrentCountryIso(); in addComputedValues() local
101 private PhoneNumber parsePhoneNumber(String number, String countryIso) { in parsePhoneNumber()
117 public String getGeocodedLocationFor(String number, String countryIso) { in getGeocodedLocationFor()
DCallLogInsertionHelper.java28 public String getGeocodedLocationFor(String number, String countryIso); in getGeocodedLocationFor()
DContactsDatabaseHelper.java4142 final String countryIso = c.getString(2); in upgradeToVersion903() local
/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetails.java38 public final String countryIso; field in PhoneCallDetails
94 CharSequence formattedNumber, String countryIso, String geocode, in PhoneCallDetails()
102 CharSequence formattedNumber, String countryIso, String geocode, in PhoneCallDetails()
112 CharSequence formattedNumber, String countryIso, String geocode, in PhoneCallDetails()
DCallDetailActivity.java539 String countryIso = callCursor.getString(COUNTRY_ISO_COLUMN_INDEX); in getPhoneCallDetailsForUri() local
/packages/apps/Dialer/src/com/android/dialer/calllog/
DContactInfoHelper.java66 public ContactInfo lookupNumber(String number, String countryIso) { in lookupNumber()
214 private ContactInfo queryContactInfoForPhoneNumber(String number, String countryIso) { in queryContactInfoForPhoneNumber()
253 private String formatPhoneNumber(String number, String normalizedNumber, String countryIso) { in formatPhoneNumber()
DCallLogAdapter.java119 public final String countryIso; field in CallLogAdapter.NumberWithCountryIso
121 public NumberWithCountryIso(String number, String countryIso) { in NumberWithCountryIso()
200 public final String countryIso; field in CallLogAdapter.ContactInfoRequest
204 public ContactInfoRequest(String number, String countryIso, ContactInfo callLogInfo) { in ContactInfoRequest()
471 protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, in enqueueRequest()
494 private boolean queryContactInfo(String number, String countryIso, ContactInfo callLogInfo) { in queryContactInfo()
656 final String countryIso = c.getString(CallLogQuery.COUNTRY_ISO); in bindView() local
1132 private void updateCallLogContactInfoCache(String number, String countryIso, in updateCallLogContactInfoCache()
1303 void injectContactInfoForTest(String number, String countryIso, ContactInfo contactInfo) { in injectContactInfoForTest()
1343 public String getBetterNumberFromContacts(String number, String countryIso) { in getBetterNumberFromContacts()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java199 public final String countryIso; field in CallLogAdapterTest.TestCallLogAdapter.Request
203 public Request(String number, String countryIso, ContactInfo callLogInfo, in Request()
220 protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, in enqueueRequest()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DTelephonyManagerUtils.java55 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase(); in getCurrentCountryIso() local
/packages/apps/InCallUI/src/com/android/incallui/
DCallerInfo.java484 String countryIso = TelephonyManagerUtils.getCurrentCountryIso(context, locale); in getGeoDescription() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java963 public void setPhoneNumber(String text, String countryIso) { in setPhoneNumber()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java876 final String countryIso = GeoUtil.getCurrentCountryIso(getContext()); in computeFormattedPhoneNumbers() local