Searched refs:maxToRetrieve (Results 1 – 3 of 3) sorted by relevance
17 int maxToRetrieve = 5; in testCallLogInteractions_pruneDuplicates_containsDuplicates() local28 maxToRetrieve); in testCallLogInteractions_pruneDuplicates_containsDuplicates()34 int maxToRetrieve = 5; in testCallLogInteractions_pruneDuplicates_containsNoDuplicates() local45 maxToRetrieve); in testCallLogInteractions_pruneDuplicates_containsNoDuplicates()51 int maxToRetrieve = 1; in testCallLogInteractions_maxToRetrieve() local62 maxToRetrieve); in testCallLogInteractions_maxToRetrieve()
45 int maxToRetrieve) { in CallLogInteractionsLoader() argument48 mMaxToRetrieve = maxToRetrieve; in CallLogInteractionsLoader()94 List<ContactInteraction> interactions, int maxToRetrieve) { in pruneDuplicateCallLogInteractions() argument102 if (subsetInteractions.size() >= maxToRetrieve) { in pruneDuplicateCallLogInteractions()
52 int maxToRetrieve) { in SmsInteractionsLoader() argument56 mMaxToRetrieve = maxToRetrieve; in SmsInteractionsLoader()