Home
last modified time | relevance | path

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

12

/packages/apps/Dialer/src/com/android/dialer/service/
DExtendedBlockingButtonRenderer.java38 public final String countryIso; field in ExtendedBlockingButtonRenderer.ViewHolderInfo
50 String countryIso, in ViewHolderInfo()
65 void onBlockedNumber(String number, @Nullable String countryIso); in onBlockedNumber()
66 void onUnblockedNumber(String number, @Nullable String countryIso); in onUnblockedNumber()
85 String number, String countryIso, QuickContactBadge badge, TextView view); in updatePhotoAndLabelIfNecessary()
/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()
/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()
329 String number, String countryIso, ContactInfo contactInfo) { in injectContactInfoForTest()
/packages/apps/Dialer/src/com/android/dialer/compat/
DFilteredNumberCompat.java234 @Nullable String e164Number, @Nullable String countryIso) { in newBlockNumberContentValues()
242 contentValues.put(getCountryIsoColumnName(), countryIso); in newBlockNumberContentValues() local
262 final Integer blockId, final String number, final String countryIso, in showBlockNumberDialogFlow()
288 final ContentResolver contentResolver, final String number, final String countryIso, in newMigrationListener()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogNotificationsHelper.java54 String countryIso = GeoUtil.getCurrentCountryIso(context); in getInstance() local
72 String countryIso) { in CallLogNotificationsHelper()
107 @Nullable String countryIso) { in getName()
118 @Nullable String countryIso) { in getContactInfo()
179 public final String countryIso; field in CallLogNotificationsHelper.NewCall
190 String countryIso, in NewCall()
DContactInfoHelper.java78 public ContactInfo lookupNumber(String number, String countryIso) { in lookupNumber()
247 private ContactInfo queryContactInfoForPhoneNumber(String number, String countryIso, in queryContactInfoForPhoneNumber()
278 private String formatPhoneNumber(String number, String normalizedNumber, String countryIso) { in formatPhoneNumber()
300 public void updateCallLogContactInfo(String number, String countryIso, ContactInfo updatedInfo, in updateCallLogContactInfo()
DCallLogAdapter.java316 public void onBlockedNumber(String number,String countryIso) { in onBlockedNumber()
325 public void onUnblockedNumber( String number, String countryIso) { in onUnblockedNumber()
493 final String countryIso = c.getString(CallLogQuery.COUNTRY_ISO); in bindCallLogListViewHolder() local
823 void injectContactInfoForTest(String number, String countryIso, ContactInfo contactInfo) { in injectContactInfoForTest()
/packages/services/Telephony/src/com/android/services/telephony/
DConferenceParticipantConnection.java72 String countryIso = getCountryIso(parentConnection.getCall().getPhone()); in ConferenceParticipantConnection() local
209 private Uri getParticipantAddress(ConferenceParticipant participant, String countryIso) { in getParticipantAddress()
/packages/apps/Dialer/src/com/android/dialer/database/
DFilteredNumberAsyncQueryHandler.java151 final OnCheckBlockedListener listener, String number, String countryIso) { in isBlockedNumber()
194 final OnBlockNumberListener listener, String number, @Nullable String countryIso) { in blockNumber()
205 @Nullable String countryIso) { in blockNumber()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DTelephonyManagerUtils.java55 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase(); in getCurrentCountryIso() local
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DBlockedNumbersUtil.java35 String countryIso = Locale.getDefault().getCountry(); in getLocaleDefaultToUS() local
/packages/apps/Dialer/src/com/android/dialer/filterednumber/
DFilteredNumbersUtil.java237 Context context, String number, String countryIso, long voicemailDateMs) { in shouldBlockVoicemail()
351 public static boolean canBlockNumber(Context context, String number, String countryIso) { in canBlockNumber()
DBlockedNumbersAdapter.java55 final String countryIso = cursor.getString(cursor.getColumnIndex( in bindView() local
DBlockNumberDialogFragment.java93 String countryIso, in show()
108 String countryIso, in newInstance()
DNumbersAdapter.java59 public void updateView(View view, String number, String countryIso) { in updateView()
/packages/apps/Dialer/src/com/android/dialer/list/
DBlockedListSearchAdapter.java77 final String countryIso = GeoUtil.getCurrentCountryIso(mContext); in bindView() local
DBlockedListSearchFragment.java171 final String countryIso = GeoUtil.getCurrentCountryIso(getContext()); in blockNumber() local
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
DCallLogAdapterTest.java868 public final String countryIso; field in CallLogAdapterTest.TestContactInfoCache.Request
872 public Request(String number, String countryIso, ContactInfo callLogInfo, in Request()
904 public ContactInfo getValue(String number, String countryIso, in getValue()
913 protected void enqueueRequest(String number, String countryIso, ContactInfo callLogInfo, in enqueueRequest()
DCallLogNotificationsHelperTest.java134 private ContactInfo getContactInfo(String number, int presentation, String countryIso) { in getContactInfo()
/packages/apps/Dialer/src/com/android/dialer/util/
DPhoneNumberUtil.java114 String countryIso = TelephonyManagerUtils.getCurrentCountryIso(context, locale); in getGeoDescription() local
/packages/apps/Dialer/src/com/android/dialer/
DPhoneCallDetails.java47 public String countryIso; field in PhoneCallDetails
/packages/apps/Dialer/tests/src/com/android/dialer/compat/
DFilteredNumberCompatTest.java279 String countryIso) { in newExpectedContentValuesM()

12