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
244
private ArrayList<ContactIdPair> createContacts(Account account, int
numContacts
) {
246
for (int i = 0; i <
numContacts
; i++) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java
298
int
numContacts
= 0;
303
++
numContacts
;
306
return
numContacts
;
Completed in 137 milliseconds