Home | History | Annotate | Download | only in providers

Lines Matching defs:SEARCH

279          * Whether the server supports constraining search to a single folder. Requires
433 * This string column contains the content provider uri that can be queried for search
718 * Parameter used to specify the search query.
725 * search query string. However, subsequent searches with the same string will confuse
727 * keep the data it had before. This is a problem when we do search on some keyword, then
728 * without navigating away we do the same search again (expecting to see new results there
729 * and outdated results gone). By keying the Uri on both search query and a unique id,
848 /** A "fake" search folder */
849 public static final int SEARCH = 1 << 12;