HomeSort by relevance Sort by last modified time
    Searched full:inboxes (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/src/com/android/email/
Utility.java 269 StringBuilder inboxes = new StringBuilder(); local
277 if (inboxes.length() != 0) {
278 inboxes.append(",");
280 inboxes.append(c.getLong(EmailContent.ID_PROJECTION_COLUMN));
284 selection.append("(").append(inboxes).append(")");
  /packages/apps/Email/src/com/android/email/activity/
AccountFolderList.java 285 * TODO: We need a way to count total unread in all inboxes (probably with some provider help)
    [all...]
MessageList.java 171 * accounts/mailboxes (e.g. merged inboxes).
    [all...]
  /packages/apps/Email/res/values/
strings.xml 215 <!-- The summary section entry in the AccountFolder list to display all inboxes -->
    [all...]

Completed in 105 milliseconds