HomeSort by relevance Sort by last modified time
    Searched defs:currentContactId (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PhoneNumberListAdapter.java 234 final long currentContactId = cursor.getLong(PhoneQuery.PHONE_CONTACT_ID);
237 if (currentContactId == previousContactId) {
244 if (currentContactId == nextContactId) {
  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionEngine.java 377 long currentContactId = -1;
381 if (contactId != currentContactId) {
388 currentContactId = contactId;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
SearchIndexManager.java 359 long currentContactId = -1;
362 if (contactId != currentContactId) {
363 if (currentContactId != -1) {
364 insertIndexRow(db, currentContactId, mIndexBuilder);
367 currentContactId = contactId;
377 if (currentContactId != -1) {
378 insertIndexRow(db, currentContactId, mIndexBuilder);

Completed in 4267 milliseconds