Home
last modified time | relevance | path

Searched refs:MatchType (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
H A DDialerPhoneNumberUtil.java29 import com.google.i18n.phonenumbers.PhoneNumberUtil.MatchType;
173 MatchType matchType = phoneNumberUtil.isNumberMatch(phoneNumber1, phoneNumber2); in isMatch()
175 return (matchType == MatchType.SHORT_NSN_MATCH in isMatch()
176 || matchType == MatchType.NSN_MATCH in isMatch()
177 || matchType == MatchType.EXACT_MATCH) in isMatch()
/aosp12/frameworks/base/core/java/android/app/timezonedetector/
H A DTelephonyTimeZoneSuggestion.java91 public @interface MatchType {} annotation in TelephonyTimeZoneSuggestion
146 @MatchType private final int mMatchType;
215 @MatchType
304 @MatchType private int mMatchType;
334 public Builder setMatchType(@MatchType int matchType) { in setMatchType()
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DI18nPhoneNumberWrapper.java19 import static com.google.i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH;
20 import static com.google.i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH;
63 PhoneNumberUtil.MatchType matchType = PhoneNumberUtil.getInstance().isNumberMatch( in equals()
/aosp12/packages/providers/MediaProvider/errorprone/src/com/android/providers/media/
H A DLocaleRootChecker.java50 ChildMultiMatcher.MatchType.ALL,
54 ChildMultiMatcher.MatchType.ALL,
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/
H A DMoreContactUtils.java96 final PhoneNumberUtil.MatchType result = util.isNumberMatch(dataPart1, dataPart2); in shouldCollapsePhoneNumbers()
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DMoreContactUtils.java94 final PhoneNumberUtil.MatchType result = util.isNumberMatch(dataPart1, dataPart2); in shouldCollapsePhoneNumbers()
/aosp12/frameworks/base/telephony/java/android/service/carrier/
H A DCarrierIdentifier.java248 public interface MatchType { interface in CarrierIdentifier
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java45 import android.app.timezonedetector.TelephonyTimeZoneSuggestion.MatchType;
1039 int slotIndex, @MatchType int matchType, @Quality int quality, String zoneId) { in createTelephonySuggestion()
1300 @MatchType int matchType, @Quality int quality, int expectedScore) { in newTelephonyTestCase()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java3293 PhoneNumberUtil.MatchType matchType = util.isNumberMatch(n1, n2); in areSamePhoneNumber()
3294 if (matchType == PhoneNumberUtil.MatchType.EXACT_MATCH in areSamePhoneNumber()
3295 || matchType == PhoneNumberUtil.MatchType.NSN_MATCH) { in areSamePhoneNumber()
3297 } else if (matchType == PhoneNumberUtil.MatchType.SHORT_NSN_MATCH) { in areSamePhoneNumber()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioResponse.java2902 if (matchType == CarrierIdentifier.MatchType.SPN) { in convertCarrierList()
2904 } else if (matchType == CarrierIdentifier.MatchType.IMSI_PREFIX) { in convertCarrierList()
2906 } else if (matchType == CarrierIdentifier.MatchType.GID1) { in convertCarrierList()
2908 } else if (matchType == CarrierIdentifier.MatchType.GID2) { in convertCarrierList()
H A DRIL.java5088 int matchType = CarrierIdentifier.MatchType.ALL; in createCarrierRestrictionList()
5091 matchType = CarrierIdentifier.MatchType.SPN; in createCarrierRestrictionList()
5094 matchType = CarrierIdentifier.MatchType.IMSI_PREFIX; in createCarrierRestrictionList()
5097 matchType = CarrierIdentifier.MatchType.GID1; in createCarrierRestrictionList()
5100 matchType = CarrierIdentifier.MatchType.GID2; in createCarrierRestrictionList()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DRILTest.java2706 c1.matchType = CarrierIdentifier.MatchType.ALL; in testCreateCarrierRestrictionList()
2710 c2.matchType = CarrierIdentifier.MatchType.SPN; in testCreateCarrierRestrictionList()
2715 c3.matchType = CarrierIdentifier.MatchType.IMSI_PREFIX; in testCreateCarrierRestrictionList()
2720 c4.matchType = CarrierIdentifier.MatchType.GID1; in testCreateCarrierRestrictionList()
2725 c5.matchType = CarrierIdentifier.MatchType.GID2; in testCreateCarrierRestrictionList()
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes8491 com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType
10234 com.android.internal.telephony.phonenumbers.PhoneNumberUtil$MatchType
H A Dboot-image-profile.txt32428 Lcom/android/i18n/phonenumbers/PhoneNumberUtil$MatchType;
34878 Lcom/android/internal/telephony/phonenumbers/PhoneNumberUtil$MatchType;
36621 [Lcom/android/i18n/phonenumbers/PhoneNumberUtil$MatchType;
36685 [Lcom/android/internal/telephony/phonenumbers/PhoneNumberUtil$MatchType;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes8512 com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType
10255 com.android.internal.telephony.phonenumbers.PhoneNumberUtil$MatchType
H A Dboot-image-profile.txt42092 Lcom/android/i18n/phonenumbers/PhoneNumberUtil$MatchType;
44542 Lcom/android/internal/telephony/phonenumbers/PhoneNumberUtil$MatchType;
48802 [Lcom/android/i18n/phonenumbers/PhoneNumberUtil$MatchType;
48866 [Lcom/android/internal/telephony/phonenumbers/PhoneNumberUtil$MatchType;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt52364 Landroid/service/carrier/CarrierIdentifier$MatchType;->ALL:I
52365 Landroid/service/carrier/CarrierIdentifier$MatchType;->GID1:I
52366 Landroid/service/carrier/CarrierIdentifier$MatchType;->GID2:I
52367 Landroid/service/carrier/CarrierIdentifier$MatchType;->IMSI_PREFIX:I
52368 Landroid/service/carrier/CarrierIdentifier$MatchType;->SPN:I