Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactUtil.java36 public static void 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()
DRawContactUtil.java76 public static List<String[]> queryByContactId(ContentResolver resolver, long contactId, in queryByContactId()
105 long contactId = queryContactIdByRawContactId(resolver, rawContactid); in rawContactExistsById() local
DDeletedContactUtil.java35 public static long queryDeletedTimestampForContactId(ContentResolver resolver, long contactId) { in queryDeletedTimestampForContactId()
/cts/tests/tests/provider/src/android/provider/cts/
DContactsProvider2_AccountRemovalTest.java118 long contactId = idList.get(0).mContactId; in testAccountRemovalWithMergedContact_doesNotDeleteContactAndTimestampUpdated() local
161 long contactId = NOT_MERGED; in assertMerged() local
173 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in checkMerged() local
DContactsContract_PhoneLookup.java65 public long contactId; field in ContactsContract_PhoneLookup.Id
68 public Id (long contactId, long dataId) { in Id()
DContactsContract_DeletedContacts.java124 long contactId = Long.parseLong(record[0]); in testQuerySinceTimestamp() local
DContactsContract_RawContactsTest.java219 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in getContactLastUpdatedTimestampByRawContactId() local
DContactsContract_PinnedPositionsTest.java338 private void assertValuesForContact(long contactId, ContentValues contentValues) { in assertValuesForContact()
DContactsContract_FrequentsStrequentsTest.java403 private void starContact(long contactId) { in starContact()
DContactsContract_DataTest.java315 long contactId = rawContact.load().getContactId(); in testEntityProjection() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java94 String contactId; field in ContactsTest.ContactInfo
100 public ContactInfo(String contactId, String displayName, String photoUri, in ContactInfo()
946 final long contactId = in showQuickContactInternal() local
1301 private boolean isEnterpriseContactId(String contactId) { in isEnterpriseContactId()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DAttentionManagementVerifierActivity.java932 long contactId = c.getLong(idIdx); in lookupContact() local