Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/timezonedetector/
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()
/frameworks/base/telephony/java/android/service/carrier/
DCarrierIdentifier.java248 public interface MatchType { interface in CarrierIdentifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java1888 int matchType = CarrierIdentifier.MatchType.ALL; in convertToHalCarrierRestrictionList()
1891 matchType = CarrierIdentifier.MatchType.SPN; in convertToHalCarrierRestrictionList()
1894 matchType = CarrierIdentifier.MatchType.IMSI_PREFIX; in convertToHalCarrierRestrictionList()
1897 matchType = CarrierIdentifier.MatchType.GID1; in convertToHalCarrierRestrictionList()
1900 matchType = CarrierIdentifier.MatchType.GID2; in convertToHalCarrierRestrictionList()
1924 int matchType = CarrierIdentifier.MatchType.ALL; in convertToHalCarrierRestrictionListAidl()
1927 matchType = CarrierIdentifier.MatchType.SPN; in convertToHalCarrierRestrictionListAidl()
1930 matchType = CarrierIdentifier.MatchType.IMSI_PREFIX; in convertToHalCarrierRestrictionListAidl()
1933 matchType = CarrierIdentifier.MatchType.GID1; in convertToHalCarrierRestrictionListAidl()
1936 matchType = CarrierIdentifier.MatchType.GID2; in convertToHalCarrierRestrictionListAidl()
[all …]
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java2958 PhoneNumberUtil.MatchType matchType = util.isNumberMatch(n1, n2); in areSamePhoneNumber()
2959 if (matchType == PhoneNumberUtil.MatchType.EXACT_MATCH in areSamePhoneNumber()
2960 || matchType == PhoneNumberUtil.MatchType.NSN_MATCH) { in areSamePhoneNumber()
2962 } else if (matchType == PhoneNumberUtil.MatchType.SHORT_NSN_MATCH) { in areSamePhoneNumber()
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImplTest.java68 import android.app.timezonedetector.TelephonyTimeZoneSuggestion.MatchType;
1653 int slotIndex, @MatchType int matchType, @Quality int quality, String zoneId) { in createTelephonySuggestion()
2000 @MatchType int matchType, @Quality int quality, int expectedScore) { in newTelephonyTestCase()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DRILTest.java2620 c1.matchType = CarrierIdentifier.MatchType.ALL; in testCreateCarrierRestrictionList()
2624 c2.matchType = CarrierIdentifier.MatchType.SPN; in testCreateCarrierRestrictionList()
2629 c3.matchType = CarrierIdentifier.MatchType.IMSI_PREFIX; in testCreateCarrierRestrictionList()
2634 c4.matchType = CarrierIdentifier.MatchType.GID1; in testCreateCarrierRestrictionList()
2639 c5.matchType = CarrierIdentifier.MatchType.GID2; in testCreateCarrierRestrictionList()
/frameworks/base/boot/
Dpreloaded-classes10465 com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType
12735 com.android.internal.telephony.phonenumbers.PhoneNumberUtil$MatchType
14473 [Lcom.android.i18n.phonenumbers.PhoneNumberUtil$MatchType;
14530 [Lcom.android.internal.telephony.phonenumbers.PhoneNumberUtil$MatchType;
Dboot-image-profile.txt32888 Lcom/android/i18n/phonenumbers/PhoneNumberUtil$MatchType;
35176 Lcom/android/internal/telephony/phonenumbers/PhoneNumberUtil$MatchType;
36921 [Lcom/android/i18n/phonenumbers/PhoneNumberUtil$MatchType;
36978 [Lcom/android/internal/telephony/phonenumbers/PhoneNumberUtil$MatchType;
/frameworks/base/config/
Dpreloaded-classes10496 com.android.i18n.phonenumbers.PhoneNumberUtil$MatchType
12766 com.android.internal.telephony.phonenumbers.PhoneNumberUtil$MatchType
17499 [Lcom.android.i18n.phonenumbers.PhoneNumberUtil$MatchType;
17556 [Lcom.android.internal.telephony.phonenumbers.PhoneNumberUtil$MatchType;
Dboot-image-profile.txt43049 Lcom/android/i18n/phonenumbers/PhoneNumberUtil$MatchType;
45337 Lcom/android/internal/telephony/phonenumbers/PhoneNumberUtil$MatchType;
50091 [Lcom/android/i18n/phonenumbers/PhoneNumberUtil$MatchType;
50148 [Lcom/android/internal/telephony/phonenumbers/PhoneNumberUtil$MatchType;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt48398 Landroid/service/carrier/CarrierIdentifier$MatchType;->ALL:I
48399 Landroid/service/carrier/CarrierIdentifier$MatchType;->GID1:I
48400 Landroid/service/carrier/CarrierIdentifier$MatchType;->GID2:I
48401 Landroid/service/carrier/CarrierIdentifier$MatchType;->IMSI_PREFIX:I
48402 Landroid/service/carrier/CarrierIdentifier$MatchType;->SPN:I