Searched refs:queryByRawContactId (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | RawContactUtil.java | 66 public static String[] queryByRawContactId(ContentResolver resolver, in queryByRawContactId() method in RawContactUtil 98 String[] result = RawContactUtil.queryByRawContactId(resolver, rawContactid, in queryContactIdByRawContactId()
|
D | ContactsContract_ContactsTest.java | 168 assertNull(RawContactUtil.queryByRawContactId(mResolver, ids.mRawContactId, null)); in testContactDelete_localContactDeletedImmediately() 197 assertNull(RawContactUtil.queryByRawContactId(mResolver, ids1.mRawContactId, null)); in testContactDelete_allLocalContactsDeletedImmediately() 198 assertNull(RawContactUtil.queryByRawContactId(mResolver, ids2.mRawContactId, null)); in testContactDelete_allLocalContactsDeletedImmediately() 228 assertNull(RawContactUtil.queryByRawContactId(mResolver, ids1.mRawContactId, null)); in testContactDelete_localContactDeletedImmediatelyWhenAggregatedWithNonLocal()
|
D | ContactsContract_RawContactsTest.java | 146 String[] result = RawContactUtil.queryByRawContactId(mResolver, rawContactid, in testRawContactDelete_setsDeleteFlag() 212 String[] row = RawContactUtil.queryByRawContactId(mResolver, rawContactid, in testRawContactCreate_noAccountUsesLocalAccount() 239 String[] row = RawContactUtil.queryByRawContactId(mResolver, rawContact.getId(), in testRawContactCreate_nullAccountUsesLocalAccount()
|