Home
last modified time | relevance | path

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

/cts/tests/tests/contactsprovider/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()
DRawContactUtil.java78 public static List<String[]> queryByContactId(ContentResolver resolver, long contactId, in queryByContactId()
107 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()
DContactsProvider2_AccountRemovalTest.java231 long contactId = idList.get(0).mContactId; in testAccountRemovalWithMergedContact_doesNotDeleteContactAndTimestampUpdated() local
274 long contactId = NOT_MERGED; in assertMerged() local
286 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in checkMerged() local
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_FrequentsStrequentsTest.java391 private void starContact(long contactId) { in starContact()
DContactsContract_RawContactsTest.java293 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in getContactLastUpdatedTimestampByRawContactId() local
DContactsContract_DataTest.java316 long contactId = rawContact.load().getContactId(); in testEntityProjection() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DEabBulkCapabilityUpdaterTest.java228 String contactId = String.valueOf(ContentUris.parseId(insertResult[0].uri)); in insertNewContactTest() local
340 String contactId = cursor.getString(cursor.getColumnIndex( in updatePhoneNumber() local
416 String contactId = cursor.getString(cursor.getColumnIndex( in deletePhoneNumberOfContact() local
434 String contactId = cursor.getString(cursor.getColumnIndex( in cleanupTestContactFromContactProvider() 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.java1176 long contactId = c.getLong(idIdx); in lookupContact() local
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java407 long contactId = c.getLong(idIdx); in lookupContact() local