OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numContacts
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/provider/src/android/provider/cts/
ContactsProvider2_AccountRemovalTest.java
246
private ArrayList<ContactIdPair> createContacts(Account account, int
numContacts
) {
248
for (int i = 0; i <
numContacts
; i++) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java
396
int
numContacts
= 0;
401
++
numContacts
;
404
return
numContacts
;
Completed in 192 milliseconds