OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numRawContacts
(Results
1 - 2
of
2
) sorted by null
/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
ContactsTableUtil.java
135
long
numRawContacts
= cursor.getLong(1);
137
if (
numRawContacts
== 1) {
/packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java
787
int
numRawContacts
= mState.size();
789
for (int i = 0; i <
numRawContacts
; i++) {
[
all
...]
Completed in 743 milliseconds