/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/ |
D | DialerPhoneNumberUtil.java | 135 if (!firstNumberIn.getCountryIso().equals(secondNumberIn.getCountryIso())) { in isMatch() 142 phoneNumberUtil.parse(firstNumberIn.getNormalizedNumber(), firstNumberIn.getCountryIso()); in isMatch() 151 secondNumberIn.getNormalizedNumber(), secondNumberIn.getCountryIso()); in isMatch()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | CountryMonitor.java | 58 public synchronized String getCountryIso() { in getCountryIso() method in CountryMonitor 70 mCurrentCountryIso = country.getCountryIso(); in getCountryIso() 73 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
|
D | DefaultCallLogInsertionHelper.java | 91 return mCountryMonitor.getCountryIso(); in getCurrentCountryIso()
|
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/ |
D | ShowBlockReportSpamDialogReceiver.java | 130 dialogInfo.getCountryIso(), in showDialogToBlockNumberAndOptionallyReportSpam() 189 dialogInfo.getCountryIso(), in showDialogToReportNotSpam() 230 dialogInfo.getCountryIso()), in blockNumber() 256 dialogInfo.getCountryIso()), in unblockNumber()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | ConferenceParticipantConnection.java | 71 String countryIso = getCountryIso(parentConnection.getCall().getPhone()); in ConferenceParticipantConnection() 176 private String getCountryIso(Phone phone) { in getCountryIso() method in ConferenceParticipantConnection 192 return subInfo.getCountryIso().toUpperCase(); in getCountryIso()
|
/packages/apps/Dialer/java/com/android/incallui/spam/ |
D | SpamNotificationActivity.java | 306 getCountryIso(), in blockReportNumber() 313 filteredNumberAsyncQueryHandler.blockNumber(null, number, getCountryIso()); in blockReportNumber() 324 getCountryIso(), in reportNotSpamAndFinish() 339 private String getCountryIso() { in getCountryIso() method in SpamNotificationActivity
|
D | SpamCallListListener.java | 151 new NumberInCallHistoryWorker(context, number, call.getCountryIso()); in onIncomingCall()
|
/packages/services/Telephony/src/com/android/phone/ |
D | ShortcutViewUtils.java | 85 String getCountryIso() { in getCountryIso() method in ShortcutViewUtils.Config 89 return mPhoneInfo.getCountryIso(); in getCountryIso() 152 public String getCountryIso() { in getCountryIso() method in ShortcutViewUtils.PhoneInfo
|
D | EmergencyDialerMetricsLogger.java | 176 networkCountryIso = phoneInfo.getCountryIso(); in getTelephonyInfo()
|
D | EmergencyDialer.java | 1036 String countryIso = mShortcutViewConfig.getCountryIso(); in setLocationInfo()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/model/ |
D | TimeZoneDataTest.java | 74 when(US.getCountryIso()).thenReturn("us"); in testLookupCountryCodesForZoneId() 80 when(GB.getCountryIso()).thenReturn("gb"); in testLookupCountryCodesForZoneId()
|
/packages/apps/Dialer/java/com/android/contacts/common/widget/ |
D | SelectPhoneAccountDialogFragment.java | 288 getCountryIso(getContext(), accountHandle))); in getView() 306 private static String getCountryIso( in getCountryIso() method in SelectPhoneAccountDialogFragment.SelectAccountListAdapter 313 return info.get().getCountryIso().toUpperCase(); in getCountryIso()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | CallLogManager.java | 309 getCountryIso()); in logCall() 617 return country.getCountryIso(); in getCountryIsoFromCountry() 625 public String getCountryIso() { in getCountryIso() method in CallLogManager
|
/packages/apps/Settings/src/com/android/settings/datetime/timezone/model/ |
D | FilteredCountryTimeZones.java | 67 return TimeZoneData.normalizeRegionId(mCountryTimeZones.getCountryIso()); in getRegionId()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datetime/timezone/model/ |
D | FilteredCountryTimeZones.java | 67 return TimeZoneData.normalizeRegionId(mCountryTimeZones.getCountryIso()); in getRegionId()
|
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/ |
D | Utils.java | 43 return country.getCountryIso(); in getCurrentCountryIso()
|
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/menu/ |
D | Modules.java | 49 .setCountryIso(voicemailEntry.getNumber().getCountryIso()) in buildModuleInfo()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | CallLogManagerTest.java | 761 String resultIso = mCallLogManager.getCountryIso(); in testCountryIso_setCache() 775 String resultIso = mCallLogManager.getCountryIso(); in testCountryIso_newCountryDetected() 782 String resultIso2 = mCallLogManager.getCountryIso(); in testCountryIso_newCountryDetected()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/menu/ |
D | Modules.java | 105 .setCountryIso(row.getNumber().getCountryIso()) in buildModuleInfo()
|
/packages/apps/Dialer/java/com/android/incallui/call/ |
D | CallList.java | 153 SpamComponent.get(context).spam().checkSpamStatus(number, call.getCountryIso()); in onCallAdded() 206 call.getCountryIso()); in onCallAdded()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | SimCard.java | 243 info.getCountryIso()); in create()
|
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/ |
D | HistoryItemActionModulesBuilder.java | 372 .setCountryIso(moduleInfo.getCountryIso()) in addModuleForBlockedOrSpamNumber()
|
/packages/apps/Messaging/src/android/support/v7/mms/ |
D | MmsHttpClient.java | 420 country = info.getCountryIso(); in getSimOrLocaleCountry()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | PhoneUtils.java | 422 final String country = subInfo.getCountryIso(); in getSimCountry()
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyBackupAgent.java | 710 subscriptionInfo.getCountryIso().toUpperCase(Locale.US));
|