OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mmaxtoretrieve
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteractionsLoader.java
45
private final int
mMaxToRetrieve
;
53
mMaxToRetrieve
= maxToRetrieve;
63
|| (!hasPhoneNumber && !hasSipNumber) ||
mMaxToRetrieve
<= 0) {
100
return pruneDuplicateCallLogInteractions(interactions,
mMaxToRetrieve
);
134
final String orderByAndLimit = Calls.DATE + " DESC LIMIT " +
mMaxToRetrieve
;
SmsInteractionsLoader.java
45
private int
mMaxToRetrieve
;
58
mMaxToRetrieve
= maxToRetrieve;
122
+ " LIMIT " +
mMaxToRetrieve
);
Completed in 121 milliseconds