HomeSort by relevance Sort by last modified time
    Searched full:searchmode (Results 1 - 25 of 35) sorted by null

1 2

  /packages/apps/Browser/res/xml/
bookmarks_searchable.xml 20 android:searchMode="queryRewriteFromData"
searchable.xml 25 android:searchMode="queryRewriteFromData"
  /packages/apps/Calendar/res/xml/
searchable.xml 20 android:searchMode="showSearchLabelAsBadge"
  /external/protobuf/src/google/protobuf/compiler/
subprocess.h 60 enum SearchMode {
67 void Start(const string& program, SearchMode search_mode);
subprocess.cc 72 void Subprocess::Start(const string& program, SearchMode search_mode) {
287 void Subprocess::Start(const string& program, SearchMode search_mode) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactListEmptyView.java 48 public void show(boolean searchMode, boolean displayOnlyPhones,
51 if (searchMode) {
  /packages/apps/Contacts/res/xml/
searchable.xml 25 android:searchMode="queryRewriteFromText"
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 407 boolean searchMode = isSearchMode();
408 if (!searchMode && mFilter != null) {
418 adapter.setIncludeProfile(!searchMode);
ContactEntryListFragment.java 81 private static final String KEY_SEARCH_MODE = "searchMode";
730 boolean searchMode = isSearchMode();
731 mAdapter.setSearchMode(searchMode);
732 mAdapter.configureDefaultPartition(false, searchMode);
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 525 boolean searchMode = mRequest.isSearchMode();
559 searchMode = false;
563 searchMode = false;
566 mActionBarAdapter.setSearchMode(searchMode);
    [all...]
ActionBarAdapter.java 58 private static final String EXTRA_KEY_SEARCH_MODE = "navBar.searchMode";
  /frameworks/base/docs/html/guide/topics/search/
searchable-config.jd 38 android:searchMode=["queryRewriteFromData" | "queryRewriteFromText"]
89 <dt><code>android:searchMode</code></dt>
adding-custom-suggestions.jd 586 <li>Add the {@code android:searchMode} attribute to your searchable configuration with the
590 <li>Add the {@code android:searchMode} attribute to your searchable configuration with the
    [all...]
  /frameworks/base/core/java/android/app/
SearchableInfo.java 62 // flags in the searchMode attribute
    [all...]
  /packages/apps/Browser/src/com/android/browser/provider/
BrowserProvider.java 635 // android:searchMode="queryRewriteFromData", but it is used by
    [all...]
  /frameworks/base/core/res/res/values/
public.xml 503 <public type="attr" name="searchMode" id="0x010101d5" />
    [all...]
  /prebuilt/sdk/6/
android.jar 
  /cts/tools/dex-tools/dex/
classes.out.dex 1028 public static final int searchMode
    [all...]
  /frameworks/base/api/
1.xml     [all...]
10.xml     [all...]
11.xml     [all...]
12.xml     [all...]
13.xml     [all...]
14.txt     [all...]
15.txt     [all...]

Completed in 3263 milliseconds

1 2