Searched refs:emailId (Results 1 – 2 of 2) sorted by relevance
158 static ContentValues buildEmail(long emailId) { in buildEmail() argument160 values.put(Data._ID, emailId); in buildEmail()162 values.put(Email.DATA, Long.toString(emailId)); in buildEmail()
2755 final long emailId = ContentUris.parseId(emailUri); in testEmailsQuery() local2759 values.put(Data._ID, emailId); in testEmailsQuery()2774 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId), values); in testEmailsQuery()2787 assertStoredValues(ContentUris.withAppendedId(Email.CONTENT_URI, emailId), values); in testEmailsQuery()2788 assertStoredValues(ContentUris.withAppendedId(dedupeUri, emailId), values); in testEmailsQuery()