Home
last modified time | relevance | path

Searched refs:getCountryIso (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
DDialerPhoneNumberUtil.java135 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/
DCountryMonitor.java58 public synchronized String getCountryIso() { in getCountryIso() method in CountryMonitor
70 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
73 mCurrentCountryIso = country.getCountryIso(); in getCountryIso()
DDefaultCallLogInsertionHelper.java91 return mCountryMonitor.getCountryIso(); in getCurrentCountryIso()
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
DShowBlockReportSpamDialogReceiver.java130 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/
DConferenceParticipantConnection.java71 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/
DSpamNotificationActivity.java306 getCountryIso(), in blockReportNumber()
313 filteredNumberAsyncQueryHandler.blockNumber(null, number, getCountryIso()); in blockReportNumber()
324 getCountryIso(), in reportNotSpamAndFinish()
339 private String getCountryIso() { in getCountryIso() method in SpamNotificationActivity
DSpamCallListListener.java151 new NumberInCallHistoryWorker(context, number, call.getCountryIso()); in onIncomingCall()
/packages/services/Telephony/src/com/android/phone/
DShortcutViewUtils.java85 String getCountryIso() { in getCountryIso() method in ShortcutViewUtils.Config
89 return mPhoneInfo.getCountryIso(); in getCountryIso()
152 public String getCountryIso() { in getCountryIso() method in ShortcutViewUtils.PhoneInfo
DEmergencyDialerMetricsLogger.java176 networkCountryIso = phoneInfo.getCountryIso(); in getTelephonyInfo()
DEmergencyDialer.java1036 String countryIso = mShortcutViewConfig.getCountryIso(); in setLocationInfo()
/packages/apps/Settings/tests/robotests/src/com/android/settings/datetime/timezone/model/
DTimeZoneDataTest.java74 when(US.getCountryIso()).thenReturn("us"); in testLookupCountryCodesForZoneId()
80 when(GB.getCountryIso()).thenReturn("gb"); in testLookupCountryCodesForZoneId()
/packages/apps/Dialer/java/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java288 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/
DCallLogManager.java309 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/
DFilteredCountryTimeZones.java67 return TimeZoneData.normalizeRegionId(mCountryTimeZones.getCountryIso()); in getRegionId()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datetime/timezone/model/
DFilteredCountryTimeZones.java67 return TimeZoneData.normalizeRegionId(mCountryTimeZones.getCountryIso()); in getRegionId()
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DUtils.java43 return country.getCountryIso(); in getCurrentCountryIso()
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/menu/
DModules.java49 .setCountryIso(voicemailEntry.getNumber().getCountryIso()) in buildModuleInfo()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallLogManagerTest.java761 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/
DModules.java105 .setCountryIso(row.getNumber().getCountryIso()) in buildModuleInfo()
/packages/apps/Dialer/java/com/android/incallui/call/
DCallList.java153 SpamComponent.get(context).spam().checkSpamStatus(number, call.getCountryIso()); in onCallAdded()
206 call.getCountryIso()); in onCallAdded()
/packages/apps/Contacts/src/com/android/contacts/model/
DSimCard.java243 info.getCountryIso()); in create()
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/
DHistoryItemActionModulesBuilder.java372 .setCountryIso(moduleInfo.getCountryIso()) in addModuleForBlockedOrSpamNumber()
/packages/apps/Messaging/src/android/support/v7/mms/
DMmsHttpClient.java420 country = info.getCountryIso(); in getSimOrLocaleCountry()
/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java422 final String country = subInfo.getCountryIso(); in getSimCountry()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyBackupAgent.java710 subscriptionInfo.getCountryIso().toUpperCase(Locale.US));

12