Home
last modified time | relevance | path

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

/packages/apps/Email/src/com/android/email/
DUtility.java292 StringBuilder inboxes = new StringBuilder(); in buildMailboxIdSelection() local
300 if (inboxes.length() != 0) { in buildMailboxIdSelection()
301 inboxes.append(","); in buildMailboxIdSelection()
303 inboxes.append(c.getLong(EmailContent.ID_PROJECTION_COLUMN)); in buildMailboxIdSelection()
307 selection.append("(").append(inboxes).append(")"); in buildMailboxIdSelection()