Home
last modified time | relevance | path

Searched defs:contactId (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactUtil.java36 public static int update(ContentResolver resolver, long contactId, in update()
42 public static void delete(ContentResolver resolver, long contactId) { in delete()
47 public static boolean recordExistsForContactId(ContentResolver resolver, long contactId) { in recordExistsForContactId()
59 public static long queryContactLastUpdatedTimestamp(ContentResolver resolver, long contactId) { in queryContactLastUpdatedTimestamp()
DDatabaseAsserts.java77 long contactId = RawContactUtil.queryContactIdByRawContactId(resolver, rawContactId); in assertAndCreateContactWithName() local
91 long contactId = RawContactUtil.queryContactIdByRawContactId(resolver, rawContactId); in assertAndCreateContact() local
104 public static void assertHasDeleteLogGreaterThan(ContentResolver resolver, long contactId, in assertHasDeleteLogGreaterThan()
121 public ContactIdPair(long contactId, long rawContactId) { in ContactIdPair()
DContactsContract_ContactsTest.java104 long contactId = contact.getId(); in testLookupUri() local
109 lookupKey), contactId), lookupUri); in testLookupUri() local
258 final long contactId = contact.getId(); in testProjection() local
DContactsProvider2_AccountRemovalTest.java110 long contactId = idList.get(0).mContactId; in testAccountRemovalWithMergedContact_doesNotDeleteContactAndTimestampUpdated() local
153 long contactId = NOT_MERGED; in assertMerged() local
165 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in checkMerged() local
DRawContactUtil.java76 public static List<String[]> queryByContactId(ContentResolver resolver, long contactId, in queryByContactId()
105 long contactId = queryContactIdByRawContactId(resolver, rawContactid); in rawContactExistsById() local
DContactsContract_PhoneLookup.java64 public long contactId; field in ContactsContract_PhoneLookup.Id
67 public Id (long contactId, long dataId) { in Id()
DDeletedContactUtil.java35 public static long queryDeletedTimestampForContactId(ContentResolver resolver, long contactId) { in queryDeletedTimestampForContactId()
DContactsContract_DeletedContacts.java124 long contactId = Long.parseLong(record[0]); in testQuerySinceTimestamp() local
DContactsContract_PinnedPositionsTest.java338 private void assertValuesForContact(long contactId, ContentValues contentValues) { in assertValuesForContact()
DContactsContract_RawContactsTest.java214 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in getContactLastUpdatedTimestampByRawContactId() local
DContactsContract_FrequentsStrequentsTest.java391 private void starContact(long contactId) { in starContact()
DContactsContract_DataTest.java316 long contactId = rawContact.load().getContactId(); in testEntityProjection() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java98 String contactId; field in ContactsTest.ContactInfo
104 public ContactInfo(String contactId, String displayName, String photoUri, in ContactInfo()
953 final long contactId = in showQuickContactInternal() local
1312 private boolean isEnterpriseContactId(String contactId) { in isEnterpriseContactId()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java1185 long contactId = c.getLong(idIdx); in lookupContact() local
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java249 long contactId = c.getLong(idIdx); in lookupContact() local