OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxtoretrieve
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/interactions/
CallLogInteractionsLoaderTest.java
19
int
maxToRetrieve
= 5;
30
maxToRetrieve
);
36
int
maxToRetrieve
= 5;
47
maxToRetrieve
);
53
int
maxToRetrieve
= 1;
64
maxToRetrieve
);
/packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteractionsLoader.java
49
int
maxToRetrieve
) {
53
mMaxToRetrieve =
maxToRetrieve
;
113
List<ContactInteraction> interactions, int
maxToRetrieve
) {
121
if (subsetInteractions.size() >=
maxToRetrieve
) {
SmsInteractionsLoader.java
52
int
maxToRetrieve
) {
58
mMaxToRetrieve =
maxToRetrieve
;
Completed in 183 milliseconds