OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getRawContactIdSet
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
RawContactMatchingCandidates.java
63
public Set<Long>
getRawContactIdSet
() {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator2.java
184
+ TextUtils.join(",", matchingCandidates.
getRawContactIdSet
()));
216
newIds.addAll(matchingCandidates.
getRawContactIdSet
());
230
if (!matchingCandidates.
getRawContactIdSet
().contains(newRawContactId)) {
320
allIds.addAll(matchingCandidates.
getRawContactIdSet
());
[
all
...]
Completed in 364 milliseconds