Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java740 whereWith(AttachmentColumns.MESSAGE_KEY + "=" + id, selection), in delete()
1459 whereWith(AttachmentColumns.MESSAGE_KEY + "=" + id, selection), in query()
1568 private static String whereWith(String where, String selection) { in whereWith() method in EmailProvider