Home
last modified time | relevance | path

Searched refs:maxToRetrieve (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
DCallLogInteractionsLoaderTest.java17 int maxToRetrieve = 5; in testCallLogInteractions_pruneDuplicates_containsDuplicates() local
28 maxToRetrieve); in testCallLogInteractions_pruneDuplicates_containsDuplicates()
34 int maxToRetrieve = 5; in testCallLogInteractions_pruneDuplicates_containsNoDuplicates() local
45 maxToRetrieve); in testCallLogInteractions_pruneDuplicates_containsNoDuplicates()
51 int maxToRetrieve = 1; in testCallLogInteractions_maxToRetrieve() local
62 maxToRetrieve); in testCallLogInteractions_maxToRetrieve()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DCallLogInteractionsLoader.java45 int maxToRetrieve) { in CallLogInteractionsLoader() argument
48 mMaxToRetrieve = maxToRetrieve; in CallLogInteractionsLoader()
94 List<ContactInteraction> interactions, int maxToRetrieve) { in pruneDuplicateCallLogInteractions() argument
102 if (subsetInteractions.size() >= maxToRetrieve) { in pruneDuplicateCallLogInteractions()
DSmsInteractionsLoader.java52 int maxToRetrieve) { in SmsInteractionsLoader() argument
56 mMaxToRetrieve = maxToRetrieve; in SmsInteractionsLoader()