/packages/apps/Dialer/src/com/android/dialer/contactinfo/ |
D | NumberWithCountryIso.java | 30 public final String countryIso; field in NumberWithCountryIso 32 public NumberWithCountryIso(String number, String countryIso) { in NumberWithCountryIso()
|
D | ContactInfoRequest.java | 31 public final String countryIso; field in ContactInfoRequest 35 public ContactInfoRequest(String number, String countryIso, ContactInfo callLogInfo) { in ContactInfoRequest()
|
D | ContactInfoCache.java | 147 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/ |
D | DefaultCallLogInsertionHelper.java | 68 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()
|
D | CallLogInsertionHelper.java | 28 public String getGeocodedLocationFor(String number, String countryIso); in getGeocodedLocationFor()
|
D | ContactsDatabaseHelper.java | 4249 final String countryIso = c.getString(2); in upgradeToVersion903() local
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | ContactInfoHelper.java | 74 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()
|
D | CallLogAsyncTaskUtil.java | 143 final String countryIso = cursor.getString(CallDetailQuery.COUNTRY_ISO_COLUMN_INDEX); in getPhoneCallDetailsForUri() local
|
D | CallLogAdapter.java | 482 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/ |
D | CallLogAdapterTest.java | 220 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/ |
D | TelephonyManagerUtils.java | 55 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase(); in getCurrentCountryIso() local
|
/packages/apps/Dialer/src/com/android/dialer/ |
D | PhoneCallDetails.java | 37 public String countryIso; field in PhoneCallDetails
|
/packages/services/Telecomm/src/com/android/server/telecom/ui/ |
D | MissedCallNotifierImpl.java | 297 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase(); in getCurrentCountryIso() local
|
/packages/apps/InCallUI/src/com/android/incallui/ |
D | CallerInfo.java | 490 String countryIso = TelephonyManagerUtils.getCurrentCountryIso(context, locale); in getGeoDescription() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | ContactLoader.java | 876 final String countryIso = GeoUtil.getCurrentCountryIso(getContext()); in computeFormattedPhoneNumbers() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | ContactListItemView.java | 1003 public void setPhoneNumber(String text, String countryIso) { in setPhoneNumber()
|