Home
last modified time | relevance | path

Searched refs:allIds (Results 1 – 7 of 7) sorted by relevance

/packages/modules/StatsD/statsd/src/state/
DStateManager.cpp112 void StateManager::addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const { in addAllAtomIds()
114 allIds.insert(stateTracker.first); in addAllAtomIds()
DStateManager.h88 void addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const;
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DTestUtils.java197 Set<String> allIds = new ArraySet<>(); in getDocIdsByQuery() local
205 allIds.add(docs.get(i).getGenericDocument().getId()); in getDocIdsByQuery()
212 return allIds; in getDocIdsByQuery()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java420 final Set<Long> allIds = new ArraySet<>(); in reAggregateRawContacts() local
421 allIds.add(rawContactId); in reAggregateRawContacts()
422 allIds.addAll(existingRawContactIds); in reAggregateRawContacts()
423 final Set<Set<Long>> connectedRawContactSets = findConnectedRawContacts(db, allIds); in reAggregateRawContacts()
DContactAggregator2.java316 final Set<Long> allIds = new ArraySet<>(); in reAggregateRawContacts() local
317 allIds.add(rawContactId); in reAggregateRawContacts()
318 allIds.addAll(matchingCandidates.getRawContactIdSet()); in reAggregateRawContacts()
319 final Set<Set<Long>> connectedRawContactSets = findConnectedRawContacts(db, allIds); in reAggregateRawContacts()
/packages/modules/StatsD/statsd/src/metrics/
DMetricsManager.h185 void addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const;
DMetricsManager.cpp954 void MetricsManager::addAllAtomIds(LogEventFilter::AtomIdSet& allIds) const { in addAllAtomIds()
956 allIds.insert(atomId); in addAllAtomIds()