Searched refs:mMaxToRetrieve (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DCallLogInteractionsLoader.java41 private final int mMaxToRetrieve; field in class:CallLogInteractionsLoader
48 mMaxToRetrieve = maxToRetrieve;
56 || mPhoneNumbers == null || mPhoneNumbers.length <= 0 || mMaxToRetrieve <= 0) {
81 return pruneDuplicateCallLogInteractions(interactions, mMaxToRetrieve);
122 final String orderByAndLimit = Calls.DATE + " DESC LIMIT " + mMaxToRetrieve;
H A DSmsInteractionsLoader.java43 private int mMaxToRetrieve; field in class:SmsInteractionsLoader
54 mMaxToRetrieve = maxToRetrieve;
116 + " LIMIT " + mMaxToRetrieve);

Completed in 33 milliseconds