Home | History | Annotate | Download | only in activity

Lines Matching defs:search

637         // Show/hide the original search icon.
643 * This initiates the search entry mode - see {@link #onSearchSubmit} for when the search
674 * Determines the mailbox to search, if a search was to be initiated now.
675 * This will return {@code null} if the UI is not focused on any particular mailbox to search
684 // If already in a search, future searches will search the original mailbox.
693 * @return whether or not this account should do a global search instead when a user
694 * initiates a search on the given mailbox.
702 * Retrieves the hint text to be shown for when a search entry is being made.
719 // Regular mailbox, or IMAP - search within that mailbox.
727 * Kicks off a search query, if the UI is in a state where a search is possible.
732 return; // Invalid account to search from.
743 "Submitting search: [" + queryTerm + "] in mailboxId=" + mailboxId);
751 // A new instance of the activity will sit on top. When the user exits search and
752 // returns to this activity, the search box should not be open then.
757 * Handles exiting of search entry mode.
763 // Re show the search icon.
815 MenuItem search = menu.findItem(R.id.search);
816 if (search != null) {
817 search.setVisible(showSearchIcon);
844 case R.id.search: