Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 25 of 85) sorted by relevance

1234

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/bluetooth/
DBluetoothNameUtils.java46 Matcher matcher = NAME_PATTERN.matcher(bluetoothName); in getSetupType() local
70 Matcher matcher = NAME_PATTERN.matcher(bluetoothName); in getColorConfiguration() local
98 Matcher matcher = NAME_PATTERN.matcher(name); in isValidName() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DMatchers.java38 public static boolean present(Matcher<View> matcher) { in present()
42 public static boolean present(ViewInteraction vi, Matcher<View> matcher) { in present()
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/actions/
DViewActions.java27 public static ViewAction waitForView(Matcher<View> matcher, long waitTimeMillis) { in waitForView()
31 public static ViewAction waitForView(Matcher<View> matcher) { in waitForView()
DWaitForViewAction.java40 public WaitForViewAction(Matcher<View> matcher, long waitTimeMillis) { in WaitForViewAction()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java97 final ContactMatcher matcher = new ContactMatcher(); in aggregateContact() local
551 ContactMatcher matcher) { in pickBestMatchBasedOnExceptions()
614 MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnData()
639 long rawContactId, MatchCandidateList candidates, ContactMatcher matcher) { in pickBestMatchBasedOnSecondaryData()
671 ContactMatcher matcher) { in updateMatchScoresBasedOnDataMatches()
714 ContactMatcher matcher) { in updateMatchScoresBasedOnIdentityMatch()
761 ContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches()
785 ContactMatcher matcher) { in updateMatchScoresBasedOnEmailMatches()
802 ContactMatcher matcher) { in updateMatchScoresBasedOnPhoneMatches()
837 ContactMatcher matcher) { in lookupApproximateNameMatches()
[all …]
DContactAggregator2.java113 RawContactMatcher matcher = new RawContactMatcher(); in aggregateContact() local
211 rawContactId, MatchCandidateList candidates, RawContactMatcher matcher) { in findRawContactMatchingCandidates()
502 RawContactMatcher matcher) { in updateMatchScoresBasedOnExceptions()
556 RawContactMatcher matcher) { in updateMatchScoresBasedOnIdentityMatch()
581 RawContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches()
610 RawContactMatcher matcher) { in updateMatchScoresBasedOnEmailMatches()
635 MatchCandidateList candidates, RawContactMatcher matcher) { in updateMatchScoresBasedOnNameMatches()
667 RawContactMatcher matcher) { in updateMatchScoresBasedOnPhoneMatches()
707 RawContactMatcher matcher) { in lookupApproximateNameMatches()
753 MatchCandidateList candidates, RawContactMatcher matcher, int algorithm, String limit) { in matchAllCandidates()
[all …]
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/reader/
DIntValueTable.java29 TableEntry findEntry(IntValueEntryMatcher matcher); in findEntry()
47 TableEntry findNearbyEntry(IntValueEntryMatcher matcher); in findNearbyEntry()
DLongValueTable.java28 TableEntry findEntry(LongValueEntryMatcher matcher); in findEntry()
/packages/modules/StatsD/statsd/tests/
DLogEntryMatcher_test.cpp116 AtomMatcher matcher; in TEST() local
141 AtomMatcher matcher; in TEST() local
370 AtomMatcher matcher; in TEST() local
413 AtomMatcher matcher; in TEST() local
474 AtomMatcher matcher; in TEST() local
522 AtomMatcher matcher; in TEST() local
555 AtomMatcher matcher; in TEST() local
573 AtomMatcher matcher; in TEST() local
602 AtomMatcher matcher; in TEST() local
659 AtomMatcher matcher; in TEST() local
/packages/apps/Launcher3/src/com/android/launcher3/util/
DItemInfoMatcher.java51 default ItemInfoMatcher or(ItemInfoMatcher matcher) { in or()
58 default ItemInfoMatcher and(ItemInfoMatcher matcher) { in and()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/util/
DContactMatcherTest.java27 final ContactMatcher matcher = new ContactMatcher(); in testMatchName_invalidHexDecimal() local
/packages/modules/StatsD/statsd/src/matchers/
DSimpleAtomMatchingTracker.cpp31 const SimpleAtomMatcher& matcher, in SimpleAtomMatchingTracker()
54 const AtomMatcher& matcher, const int index, in onConfigUpdated()
DCombinationAtomMatchingTracker.cpp50 AtomMatcher_Combination matcher = allAtomMatchers[mIndex].combination(); in init() local
97 const AtomMatcher& matcher, const int index, in onConfigUpdated()
/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/androidTest/java/com/android/car/ui/actions/
DViewActions.java27 public static ViewAction waitForView(Matcher<View> matcher, long waitTimeMillis) { in waitForView()
DWaitForViewAction.java40 public WaitForViewAction(Matcher<View> matcher, long waitTimeMillis) { in WaitForViewAction()
/packages/modules/StatsD/statsd/tests/metrics/
Dmetrics_test_helper.cpp46 void buildSimpleAtomFieldMatcher(const int tagId, FieldMatcher* matcher) { in buildSimpleAtomFieldMatcher()
50 void buildSimpleAtomFieldMatcher(const int tagId, const int fieldNum, FieldMatcher* matcher) { in buildSimpleAtomFieldMatcher()
/packages/modules/StatsD/statsd/src/
DFieldValue.cpp60 void translateFieldMatcher(int tag, const FieldMatcher& matcher, int depth, int* pos, int* mask, in translateFieldMatcher()
108 void translateFieldMatcher(const FieldMatcher& matcher, std::vector<Matcher>* output) { in translateFieldMatcher()
448 bool HasPositionANY(const FieldMatcher& matcher) { in HasPositionANY()
460 bool HasPositionALL(const FieldMatcher& matcher) { in HasPositionALL()
/packages/modules/StatsD/statsd/src/shell/
Dshell_config.proto27 optional SimpleAtomMatcher matcher = 1; field
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/matchers/
DIndexMatcher.java35 public IndexMatcher(Matcher<View> matcher, int index) { in IndexMatcher()
/packages/apps/Dialer/java/com/android/dialer/i18n/
DDialerBidiFormatter.java62 Matcher matcher = Patterns.PHONE.matcher(text.toString()); in format() local
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
DQuery.java122 Matcher matcher = PATTERN_EPISODE.matcher(filePath); in parseEpisode() local
148 Matcher matcher = PATTERN_MOVIE.matcher(filePath); in parseMovie() local
/packages/apps/CarrierConfig/src/com/android/carrierconfig/
DDefaultCarrierConfigService.java370 Matcher matcher = imsiPattern.matcher(currentImsi); in matchOnImsi() local
394 Matcher matcher = spPattern.matcher(currentSP); in matchOnSP() local
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
DPopulatedSuffixTableBlock.java69 S2CellMatcher matcher = new S2CellMatcher(mFileFormat, suffixValue); in findEntryByCellId() local
93 IntValueTable.IntValueEntryMatcher matcher) { in findEntryWithMatcher()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DDialerVvmConfigManager.java42 final CarrierIdentifierMatcher matcher; field in DialerVvmConfigManager.ConfigEntry
45 ConfigEntry(CarrierIdentifierMatcher matcher, PersistableBundle config) { in ConfigEntry()
/packages/providers/MediaProvider/src/com/android/providers/media/playlist/
DPlsPlaylistPersister.java46 final Matcher matcher = PATTERN_PLS.matcher(line); in read() local

1234