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.java741 whereWith(AttachmentColumns.MESSAGE_KEY + "=" + id, selection), in delete()
1460 whereWith(AttachmentColumns.MESSAGE_KEY + "=" + id, selection), in query()
1569 private static String whereWith(String where, String selection) { in whereWith() method in EmailProvider