Searched defs:maxToRetrieve (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DSmsInteractionsLoader.java50 int maxToRetrieve) {
54 mMaxToRetrieve = maxToRetrieve;
49 SmsInteractionsLoader(Context context, String[] phoneNums, int maxToRetrieve) argument
H A DCallLogInteractionsLoader.java45 int maxToRetrieve) {
48 mMaxToRetrieve = maxToRetrieve;
94 List<ContactInteraction> interactions, int maxToRetrieve) {
102 if (subsetInteractions.size() >= maxToRetrieve) {
44 CallLogInteractionsLoader(Context context, String[] phoneNumbers, int maxToRetrieve) argument
93 pruneDuplicateCallLogInteractions( List<ContactInteraction> interactions, int maxToRetrieve) argument

Completed in 69 milliseconds