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

/packages/apps/Contacts/tests/src/com/android/contacts/
H A DRawContactDeltaListTests.java159 static ContentValues buildEmail(long emailId) { argument
161 values.put(Data._ID, emailId);
163 values.put(Email.DATA, Long.toString(emailId));
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java1579 final long emailId = ContentUris.parseId(emailUri);
1583 values.put(Data._ID, emailId);
1598 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId), values);
1599 assertSelection(Email.CONTENT_URI, values, Data._ID, emailId);
1612 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId), values);
1613 assertStoredValues(ContentUris.withAppendedId(dedupeUri, emailId), values);

Completed in 32 milliseconds