Home | History | Annotate | Download | only in ui

Lines Matching refs:INBOX

76  *         Tapping on Accounts takes the user to the default Inbox for that account. Tapping on
84 * Show a list of folders for a specific level. At the top-level, this shows Inbox, Sent,
152 private static final String BUNDLE_INBOX_PRESENT = "flf-inbox-present";
189 private int mSelectedFolderType = FolderType.INBOX;
564 // Switching accounts takes you to the default inbox for that account.
566 mSelectedFolderType = FolderType.INBOX;
647 // We're already in the default inbox for account,
896 // We didn't have an inbox folder before, but now we do. This can occur when
898 // virtual folder, but we won't create the inbox until it gets synced.
900 // user will need to manually switch to the inbox. See b/13793316
1376 // 2. The user backs into the default inbox. Going 'back' from the conversation list of
1377 // any folder will take you to the default inbox for that account. (If you are in the
1378 // default inbox already, back exits the app.)