Home
last modified time | relevance | path

Searched defs:matchType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/timezonedetector/
DTelephonyTimeZoneSuggestion.java334 public Builder setMatchType(@MatchType int matchType) { in setMatchType()
370 int matchType = mMatchType; in validate() local
405 Integer matchType = null; in parseCommandLineArg() local
/frameworks/base/services/tests/timetests/src/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImplTest.java1653 int slotIndex, @MatchType int matchType, @Quality int quality, String zoneId) { in createTelephonySuggestion()
1980 public final int matchType; field in TimeZoneDetectorStrategyImplTest.TelephonyTestCase
1984 TelephonyTestCase(int matchType, int quality, int expectedScore) { in TelephonyTestCase()
1999 private static TelephonyTestCase newTelephonyTestCase( in newTelephonyTestCase()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRILUtils.java1888 int matchType = CarrierIdentifier.MatchType.ALL; in convertToHalCarrierRestrictionList() local
1924 int matchType = CarrierIdentifier.MatchType.ALL; in convertToHalCarrierRestrictionListAidl() local
4019 int matchType = carrierList.get(i).matchType; in convertHalCarrierList() local
4050 int matchType = carrierList[i].matchType; in convertHalCarrierList() local
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java2958 PhoneNumberUtil.MatchType matchType = util.isNumberMatch(n1, n2); in areSamePhoneNumber() local