Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java3275 private static String genQueryAccountAllMailboxes(String[] uiProjection) { in genQueryAccountAllMailboxes() method in EmailProvider
4637 final Cursor rawc = db.rawQuery(genQueryAccountAllMailboxes(uiProjection), in uiQuery()
4651 c = db.rawQuery(genQueryAccountAllMailboxes(folderProjection), new String[] {id}); in uiQuery()