Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/contactinfo/
DNumberWithCountryIso.java30 public final String countryIso; field in NumberWithCountryIso
32 public NumberWithCountryIso(String number, String countryIso) { in NumberWithCountryIso()
DContactInfoRequest.java31 public final String countryIso; field in ContactInfoRequest
35 public ContactInfoRequest(String number, String countryIso, ContactInfo callLogInfo) { in ContactInfoRequest()
DContactInfoCache.java147 public ContactInfo getValue(String number, String countryIso, ContactInfo cachedContactInfo) { in getValue()
192 private boolean queryContactInfo(String number, String countryIso, ContactInfo callLogInfo) { in queryContactInfo()
294 protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, in enqueueRequest()
330 String number, String countryIso, ContactInfo contactInfo) { in injectContactInfoForTest()
/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.java4249 final String countryIso = c.getString(2); in upgradeToVersion903() local
/packages/apps/Dialer/src/com/android/dialer/calllog/
DContactInfoHelper.java74 public ContactInfo lookupNumber(String number, String countryIso) { in lookupNumber()
234 private ContactInfo queryContactInfoForPhoneNumber(String number, String countryIso) { in queryContactInfoForPhoneNumber()
277 private String formatPhoneNumber(String number, String normalizedNumber, String countryIso) { in formatPhoneNumber()
299 public void updateCallLogContactInfo(String number, String countryIso, ContactInfo updatedInfo, in updateCallLogContactInfo()
DCallLogAsyncTaskUtil.java143 final String countryIso = cursor.getString(CallDetailQuery.COUNTRY_ISO_COLUMN_INDEX); in getPhoneCallDetailsForUri() local
DCallLogAdapter.java482 final String countryIso = c.getString(CallLogQuery.COUNTRY_ISO); in bindCallLogListViewHolder() local
696 void injectContactInfoForTest(String number, String countryIso, ContactInfo contactInfo) { in injectContactInfoForTest()
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java220 public final String countryIso; field in CallLogAdapterTest.TestContactInfoCache.Request
224 public Request(String number, String countryIso, ContactInfo callLogInfo, in Request()
241 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/Dialer/src/com/android/dialer/
DPhoneCallDetails.java37 public String countryIso; field in PhoneCallDetails
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java297 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase(); in getCurrentCountryIso() local
/packages/apps/InCallUI/src/com/android/incallui/
DCallerInfo.java490 String countryIso = TelephonyManagerUtils.getCurrentCountryIso(context, locale); in getGeoDescription() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java876 final String countryIso = GeoUtil.getCurrentCountryIso(getContext()); in computeFormattedPhoneNumbers() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListItemView.java1003 public void setPhoneNumber(String text, String countryIso) { in setPhoneNumber()