Searched refs:contactId (Results 1 – 4 of 4) sorted by relevance
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | EABService.java | 448 Long contactId = Long.valueOf(cursor.getLong(cursor.getColumnIndex( in checkForContactNumberChanges() local 456 verifyInsertOrUpdateAction(dataId, contactId, rawContactId, phoneNumber, in checkForContactNumberChanges() 487 private void verifyInsertOrUpdateAction(Long dataId, Long contactId, in verifyInsertOrUpdateAction() argument 520 handlePhoneNumberChanged(dataId, contactId, rawContactId, in verifyInsertOrUpdateAction() 526 handlePhoneNameUpdate(dataId, contactId, rawContactId, in verifyInsertOrUpdateAction() 537 handlePhoneNumberInsertion(dataId, contactId, rawContactId, phoneNumber, in verifyInsertOrUpdateAction() 696 Long contactId = Long.valueOf(cursor.getLong(cursor in checkForDeletedContact() local 698 logger.debug("contactId : " + contactId); in checkForDeletedContact() 699 handleContactDeleted(contactId); in checkForDeletedContact() 752 Long contactId = null; in checkForProfileNumberChanges() local [all …]
|
D | EABDbUtil.java | 112 String contactId = pCur.getString(pCur.getColumnIndex( in validateAndSyncFromContactsDb() local 121 contactNumber, rawContactId, contactId, dataId)); in validateAndSyncFromContactsDb() 200 String phoneNumber, String rawContactId, String contactId, in addContactToEabDb() argument 208 .withValue(EABContract.EABColumns.CONTACT_ID, contactId) in addContactToEabDb() 236 ArrayList<ContentProviderOperation> ops, String contactId) { in deleteContactFromEabDb() argument 242 if (ContactsContract.Profile.MIN_ID == Long.valueOf(contactId)) { in deleteContactFromEabDb() 243 eabWhereClause = EABContract.EABColumns.CONTACT_ID + " >='" + contactId + "'"; in deleteContactFromEabDb() 245 eabWhereClause = EABContract.EABColumns.CONTACT_ID + " ='" + contactId + "'"; in deleteContactFromEabDb() 258 if (ContactsContract.Profile.MIN_ID == Long.valueOf(contactId)) { in deleteContactFromEabDb() 264 new String[] { contactId }).build()); in deleteContactFromEabDb() [all …]
|
D | PresenceContact.java | 47 String contactId, String dataId) { in PresenceContact() argument 51 mContactId = contactId; in PresenceContact()
|
D | EABProvider.java | 254 String contactId = cursor.getString(cursor in queryInternal() local 256 sb.append(contactId); in queryInternal() 432 long contactId = cursor.getLong(cursor.getColumnIndex( in printDeletingValues() local
|