Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/timezonedetector/
H A DTelephonyTimeZoneSuggestion.java334 public Builder setMatchType(@MatchType int matchType) { in setMatchType()
370 int matchType = mMatchType; in validate() local
405 Integer matchType = null; in parseCommandLineArg() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/phonenumberproto/
H A DDialerPhoneNumberUtil.java173 MatchType matchType = phoneNumberUtil.isNumberMatch(phoneNumber1, phoneNumber2); in isMatch() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DClusterSource.java61 int matchType = mMatcher.match(path); in createMediaObject() local
H A DFilterSource.java62 int matchType = mMatcher.match(path); in createMediaObject() local
/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DI18nPhoneNumberWrapper.java63 PhoneNumberUtil.MatchType matchType = PhoneNumberUtil.getInstance().isNumberMatch( in equals() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
H A DTimeZoneDetectorStrategyImplTest.java1039 int slotIndex, @MatchType int matchType, @Quality int quality, String zoneId) { in createTelephonySuggestion()
1280 public final int matchType; field in TimeZoneDetectorStrategyImplTest.TelephonyTestCase
1284 TelephonyTestCase(int matchType, int quality, int expectedScore) { in TelephonyTestCase()
1299 private static TelephonyTestCase newTelephonyTestCase( in newTelephonyTestCase()
/aosp12/system/netd/server/
H A DTrafficController.cpp100 std::string matchType; in uidMatchTypeToString() local
554 UidOwnerMatchType matchType, in updateUidOwnerMap()
H A DBandwidthController.cpp343 UidOwnerMatchType matchType, IptOp op) { in manipulateSpecialApps()
/aosp12/frameworks/base/core/java/android/hardware/display/
H A DDisplayManager.java537 ArrayList<Display> displays, int[] displayIds, int matchType) { in addPresentationDisplaysLocked()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java3293 PhoneNumberUtil.MatchType matchType = util.isNumberMatch(n1, n2); in areSamePhoneNumber() local
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioResponse.java2900 int matchType = carrierList.get(i).matchType; in convertCarrierList() local
H A DRIL.java5088 int matchType = CarrierIdentifier.MatchType.ALL; in createCarrierRestrictionList() local