Home
last modified time | relevance | path

Searched refs:emailId (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java157 static ContentValues buildEmail(long emailId) { in buildEmail() argument
159 values.put(Data._ID, emailId); in buildEmail()
161 values.put(Email.DATA, Long.toString(emailId)); in buildEmail()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java2529 final long emailId = ContentUris.parseId(emailUri); in testEmailsQuery() local
2533 values.put(Data._ID, emailId); in testEmailsQuery()
2548 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId), values); in testEmailsQuery()
2561 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId), values); in testEmailsQuery()
2562 assertStoredValues(ContentUris.withAppendedId(dedupeUri, emailId), values); in testEmailsQuery()