/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | ContactUtil.java | 36 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()
|
D | DatabaseAsserts.java | 77 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()
|
D | ContactsContract_ContactsTest.java | 104 long contactId = contact.getId(); in testLookupUri() local 109 lookupKey), contactId), lookupUri); in testLookupUri() local 258 final long contactId = contact.getId(); in testProjection() local
|
D | ContactsProvider2_AccountRemovalTest.java | 110 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
|
D | RawContactUtil.java | 76 public static List<String[]> queryByContactId(ContentResolver resolver, long contactId, in queryByContactId() 105 long contactId = queryContactIdByRawContactId(resolver, rawContactid); in rawContactExistsById() local
|
D | ContactsContract_PhoneLookup.java | 64 public long contactId; field in ContactsContract_PhoneLookup.Id 67 public Id (long contactId, long dataId) { in Id()
|
D | DeletedContactUtil.java | 35 public static long queryDeletedTimestampForContactId(ContentResolver resolver, long contactId) { in queryDeletedTimestampForContactId()
|
D | ContactsContract_DeletedContacts.java | 124 long contactId = Long.parseLong(record[0]); in testQuerySinceTimestamp() local
|
D | ContactsContract_PinnedPositionsTest.java | 338 private void assertValuesForContact(long contactId, ContentValues contentValues) { in assertValuesForContact()
|
D | ContactsContract_RawContactsTest.java | 214 long contactId = RawContactUtil.queryContactIdByRawContactId(mResolver, rawContactId); in getContactLastUpdatedTimestampByRawContactId() local
|
D | ContactsContract_FrequentsStrequentsTest.java | 391 private void starContact(long contactId) { in starContact()
|
D | ContactsContract_DataTest.java | 316 long contactId = rawContact.load().getContactId(); in testEntityProjection() local
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | ContactsTest.java | 98 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/ |
D | AttentionManagementVerifierActivity.java | 1185 long contactId = c.getLong(idIdx); in lookupContact() local
|
/cts/tests/app/src/android/app/cts/ |
D | NotificationManagerTest.java | 249 long contactId = c.getLong(idIdx); in lookupContact() local
|