Searched refs:emailId (Results 1 – 2 of 2) sorted by relevance
157 static ContentValues buildEmail(long emailId) { in buildEmail() argument159 values.put(Data._ID, emailId); in buildEmail()161 values.put(Email.DATA, Long.toString(emailId)); in buildEmail()
2529 final long emailId = ContentUris.parseId(emailUri); in testEmailsQuery() local2533 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()