Searched refs:MatchType (Results 1 – 7 of 7) sorted by relevance
91 public @interface MatchType {} annotation in TelephonyTimeZoneSuggestion146 @MatchType private final int mMatchType;215 @MatchType304 @MatchType private int mMatchType;334 public Builder setMatchType(@MatchType int matchType) { in setMatchType()
248 public interface MatchType { interface in CarrierIdentifier
41 import android.app.timezonedetector.TelephonyTimeZoneSuggestion.MatchType;661 @MatchType int matchType, @Quality int quality, int expectedScore) { in newTestCase()
2533 if (matchType == CarrierIdentifier.MatchType.SPN) { in convertCarrierList()2535 } else if (matchType == CarrierIdentifier.MatchType.IMSI_PREFIX) { in convertCarrierList()2537 } else if (matchType == CarrierIdentifier.MatchType.GID1) { in convertCarrierList()2539 } else if (matchType == CarrierIdentifier.MatchType.GID2) { in convertCarrierList()
4692 int matchType = CarrierIdentifier.MatchType.ALL; in createCarrierRestrictionList()4695 matchType = CarrierIdentifier.MatchType.SPN; in createCarrierRestrictionList()4698 matchType = CarrierIdentifier.MatchType.IMSI_PREFIX; in createCarrierRestrictionList()4701 matchType = CarrierIdentifier.MatchType.GID1; in createCarrierRestrictionList()4704 matchType = CarrierIdentifier.MatchType.GID2; in createCarrierRestrictionList()
2425 c1.matchType = CarrierIdentifier.MatchType.ALL; in testCreateCarrierRestrictionList()2429 c2.matchType = CarrierIdentifier.MatchType.SPN; in testCreateCarrierRestrictionList()2434 c3.matchType = CarrierIdentifier.MatchType.IMSI_PREFIX; in testCreateCarrierRestrictionList()2439 c4.matchType = CarrierIdentifier.MatchType.GID1; in testCreateCarrierRestrictionList()2444 c5.matchType = CarrierIdentifier.MatchType.GID2; in testCreateCarrierRestrictionList()
62953 Landroid/service/carrier/CarrierIdentifier$MatchType;->ALL:I62954 Landroid/service/carrier/CarrierIdentifier$MatchType;->GID1:I62955 Landroid/service/carrier/CarrierIdentifier$MatchType;->GID2:I62956 Landroid/service/carrier/CarrierIdentifier$MatchType;->IMSI_PREFIX:I62957 Landroid/service/carrier/CarrierIdentifier$MatchType;->SPN:I