/aosp12/packages/apps/Dialer/java/com/android/dialer/spam/stub/ |
H A D | SpamStub.java | 77 public boolean checkSpamStatusSynchronous(String number, String countryIso) { in checkSpamStatusSynchronous() 89 String countryIso, in reportSpamFromAfterCallNotification() 97 String countryIso, in reportSpamFromCallHistory() 105 String countryIso, in reportNotSpamFromAfterCallNotification() 113 String countryIso, in reportNotSpamFromCallHistory()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/spam/ |
H A D | Spam.java | 84 boolean checkSpamStatusSynchronous(String number, String countryIso); in checkSpamStatusSynchronous() 109 String countryIso, in reportSpamFromAfterCallNotification() 128 String countryIso, in reportSpamFromCallHistory() 147 String countryIso, in reportNotSpamFromAfterCallNotification() 166 String countryIso, in reportNotSpamFromCallHistory()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/blocking/ |
H A D | Blocking.java | 71 Context context, ImmutableCollection<String> numbers, @Nullable String countryIso) { in block() 103 Context context, ImmutableCollection<String> numbers, @Nullable String countryIso) { in unblock()
|
H A D | FilteredNumberAsyncQueryHandler.java | 119 final OnCheckBlockedListener listener, @Nullable final String number, String countryIso) { in isBlockedNumber() 203 public Integer getBlockedIdSynchronous(@Nullable String number, String countryIso) { in getBlockedIdSynchronous() 276 final OnBlockNumberListener listener, String number, @Nullable String countryIso) { in blockNumber() 285 @Nullable String countryIso) { in blockNumber()
|
H A D | BlockNumberDialogFragment.java | 55 private String countryIso; field in BlockNumberDialogFragment 64 String countryIso, in show() 81 String countryIso, in newInstance()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
H A D | BlockReportSpamListener.java | 70 final String countryIso, in onBlockReportSpam() 111 final String countryIso, in onBlock() 149 final String countryIso, in onUnblock() 185 final String countryIso, in onReportNotSpam()
|
H A D | CallLogNotificationsQueryHelper.java | 68 String countryIso) { in CallLogNotificationsQueryHelper() 78 String countryIso = GeoUtil.getCurrentCountryIso(context); in getInstance() local 191 @Nullable String number, int numberPresentation, @Nullable String countryIso) { in getName() 201 @Nullable String number, int numberPresentation, @Nullable String countryIso) { in getContactInfo() 274 public final String countryIso; field in CallLogNotificationsQueryHelper.NewCall 286 String countryIso, in NewCall()
|
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
H A 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()
|
H A D | CallLogInsertionHelper.java | 28 public String getGeocodedLocationFor(String number, String countryIso); in getGeocodedLocationFor()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumberutil/ |
H A D | PhoneNumberHelper.java | 230 Context context, String number, @Nullable String countryIso) { in getGeoDescription() 248 String countryIso = in getCurrentCountryIso() local 272 Context context, @Nullable String number, @Nullable String numberE164, String countryIso) { in formatNumber() 287 public static String formatNumber(Context context, @Nullable String number, String countryIso) { in formatNumber() 293 Context context, @Nullable String number, @NonNull String countryIso) { in formatNumberForDisplay()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SmsUsageMonitorShortCodeTest.java | 37 final String countryIso; field in SmsUsageMonitorShortCodeTest.ShortCodeTest 41 ShortCodeTest(String countryIso, String destAddress, int category) { in ShortCodeTest()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/ |
H A D | NumberWithCountryIso.java | 31 public final String countryIso; field in NumberWithCountryIso 33 public NumberWithCountryIso(String number, String countryIso) { in NumberWithCountryIso()
|
H A D | ContactInfoRequest.java | 37 public final String countryIso; field in ContactInfoRequest 62 String number, String countryIso, ContactInfo callLogInfo, @TYPE int type) { in ContactInfoRequest()
|
H A D | ContactInfoCache.java | 106 String countryIso, in getValue() 297 String countryIso, in enqueueRequest() 325 public void injectContactInfoForTest(String number, String countryIso, ContactInfo contactInfo) { in injectContactInfoForTest()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/ |
H A D | ContactInfoHelper.java | 190 public ContactInfo lookupNumber(String number, String countryIso) { in lookupNumber() 208 public ContactInfo lookupNumber(String number, String countryIso, long directoryId) { in lookupNumber() 249 private ContactInfo createEmptyContactInfoForNumber(String number, String countryIso) { in createEmptyContactInfoForNumber() 262 public ContactInfo lookupNumberInRemoteDirectory(String number, String countryIso) { in lookupNumberInRemoteDirectory() 406 String number, String countryIso, long directoryId) { in queryContactInfoForPhoneNumber() 448 private String formatPhoneNumber(String number, String normalizedNumber, String countryIso) { in formatPhoneNumber() 471 String number, String countryIso, ContactInfo updatedInfo, ContactInfo callLogInfo) { in updateCallLogContactInfo()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/ |
H A D | EmergencyNumberTracker.java | 301 public void updateEmergencyCountryIsoAllPhones(String countryIso) { in updateEmergencyCountryIsoAllPhones() 372 public void updateEmergencyNumberDatabaseCountryChange(String countryIso) { in updateEmergencyNumberDatabaseCountryChange() 406 private EmergencyNumber convertEmergencyNumberFromEccInfo(EccInfo eccInfo, String countryIso) { in convertEmergencyNumberFromEccInfo() 452 private void cacheEmergencyDatabaseByCountry(String countryIso) { in cacheEmergencyDatabaseByCountry() 529 String countryIso = getLastKnownEmergencyCountryIso(); in cacheOtaEmergencyNumberDatabase() local 613 private void updateEmergencyNumberListDatabaseAndNotify(String countryIso) { in updateEmergencyNumberListDatabaseAndNotify() 745 String countryIso = getLastKnownEmergencyCountryIso(); in isEmergencyNumber() local 849 private synchronized void updateEmergencyCountryIso(String countryIso) { in updateEmergencyCountryIso() 989 String countryIso = getLastKnownEmergencyCountryIso(); in isEmergencyNumberFromEccList() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/emergency/ |
H A D | EmergencyAffordanceService.java | 155 final String countryIso = (String) msg.obj; in handleMessage() local 228 private void handleNetworkCountryChanged(String countryIso, int slotId) { in handleNetworkCountryChanged() 249 String countryIso = mTelephonyManager.getNetworkCountryIso(i); in updateNetworkCountry() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/location/ |
H A D | GeoUtil.java | 34 String countryIso = CountryDetector.getInstance(context).getCurrentCountryIso(); in getCurrentCountryIso() local
|
/aosp12/frameworks/base/location/java/android/location/ |
H A D | Country.java | 83 public Country(final String countryIso, final int source) { in Country() 93 private Country(final String countryIso, final int source, long timestamp) { in Country()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | ShortcutViewUtils.java | 128 private PhoneInfo(int subId, String countryIso, in PhoneInfo() 134 String countryIso, List<EmergencyNumber> promotedEmergencyNumbers) { in PhoneInfo() 262 private static boolean isSupportedCountry(@NonNull Context context, String countryIso) { in isSupportedCountry() 285 String countryIso = null; in loadPhoneInfo() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbergeoutil/ |
H A D | PhoneNumberGeoUtil.java | 24 String getGeoDescription(Context context, String number, String countryIso); in getGeoDescription()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/filterednumber/ |
H A D | NumbersAdapter.java | 59 public void updateView(View view, String number, String countryIso) { in updateView() 121 private CharSequence getNumberTypeOrLocation(ContactInfo info, String countryIso) { in getNumberTypeOrLocation()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumbergeoutil/stub/ |
H A D | PhoneNumberGeoUtilStub.java | 29 public String getGeoDescription(Context context, String number, String countryIso) { in getGeoDescription()
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | Utils.java | 32 String countryIso = null; in getCurrentCountryIso() local
|
/aosp12/frameworks/base/core/java/android/timezone/ |
H A D | TimeZoneFinder.java | 73 public CountryTimeZones lookupCountryTimeZones(@NonNull String countryIso) { in lookupCountryTimeZones()
|