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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
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.java2134 final long emailId = ContentUris.parseId(emailUri);
2138 values.put(Data._ID, emailId);
2153 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId), values);
2154 assertSelection(Email.CONTENT_URI, values, Data._ID, emailId);
2167 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId), values);
2168 assertStoredValues(ContentUris.withAppendedId(dedupeUri, emailId), values);

Completed in 71 milliseconds