/packages/apps/Dialer/src/com/android/dialer/service/ |
D | ExtendedBlockingButtonRenderer.java | 38 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/ |
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()
|
/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() 329 String number, String countryIso, ContactInfo contactInfo) { in injectContactInfoForTest()
|
/packages/apps/Dialer/src/com/android/dialer/compat/ |
D | FilteredNumberCompat.java | 234 @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/ |
D | CallLogNotificationsHelper.java | 54 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()
|
D | ContactInfoHelper.java | 78 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()
|
D | CallLogAdapter.java | 316 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/ |
D | ConferenceParticipantConnection.java | 72 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/ |
D | FilteredNumberAsyncQueryHandler.java | 151 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/ |
D | TelephonyManagerUtils.java | 55 String countryIso = telephonyManager.getNetworkCountryIso().toUpperCase(); in getCurrentCountryIso() local
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
D | BlockedNumbersUtil.java | 35 String countryIso = Locale.getDefault().getCountry(); in getLocaleDefaultToUS() local
|
/packages/apps/Dialer/src/com/android/dialer/filterednumber/ |
D | FilteredNumbersUtil.java | 237 Context context, String number, String countryIso, long voicemailDateMs) { in shouldBlockVoicemail() 351 public static boolean canBlockNumber(Context context, String number, String countryIso) { in canBlockNumber()
|
D | BlockedNumbersAdapter.java | 55 final String countryIso = cursor.getString(cursor.getColumnIndex( in bindView() local
|
D | BlockNumberDialogFragment.java | 93 String countryIso, in show() 108 String countryIso, in newInstance()
|
D | NumbersAdapter.java | 59 public void updateView(View view, String number, String countryIso) { in updateView()
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
D | BlockedListSearchAdapter.java | 77 final String countryIso = GeoUtil.getCurrentCountryIso(mContext); in bindView() local
|
D | BlockedListSearchFragment.java | 171 final String countryIso = GeoUtil.getCurrentCountryIso(getContext()); in blockNumber() local
|
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/ |
D | CallLogAdapterTest.java | 868 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()
|
D | CallLogNotificationsHelperTest.java | 134 private ContactInfo getContactInfo(String number, int presentation, String countryIso) { in getContactInfo()
|
/packages/apps/Dialer/src/com/android/dialer/util/ |
D | PhoneNumberUtil.java | 114 String countryIso = TelephonyManagerUtils.getCurrentCountryIso(context, locale); in getGeoDescription() local
|
/packages/apps/Dialer/src/com/android/dialer/ |
D | PhoneCallDetails.java | 47 public String countryIso; field in PhoneCallDetails
|
/packages/apps/Dialer/tests/src/com/android/dialer/compat/ |
D | FilteredNumberCompatTest.java | 279 String countryIso) { in newExpectedContentValuesM()
|