HomeSort by relevance Sort by last modified time
    Searched full:searchable (Results 51 - 75 of 190) sorted by null

1 23 4 5 6 7 8

  /packages/apps/Music/res/xml/
searchable.xml 17 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractInternalSource.java 26 * Abstract implementation of a source that is not backed by a searchable activity.
EventLogTags.logtags 17 # - search hardkey in non-searchable app
  /packages/apps/UnifiedEmail/res/xml/
searchable.xml 21 <searchable xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/UnifiedEmail/unified_src/com/android/mail/providers/
UnifiedAccountCacheProvider.java 29 * res/xml/searchable.xml.
  /development/samples/Wiktionary/
AndroidManifest.xml 54 <meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
  /development/samples/training/ContactsList/
AndroidManifest.xml 47 <!-- Add intent-filter for search intent action and specify searchable configuration
55 <meta-data android:name="android.app.searchable"
  /external/chromium_org/third_party/
README.chromium.template 4 Version: A searchable version number for the package (if the package does not version or is versioned by date or revision this field should be "0" and the revision, or date should be enumerated in the appropriate field)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/
README.folder.contents.may.not.be.up.to.date.txt 2 can be updated without worry of data duplication. The database is then searchable
  /frameworks/base/docs/html/training/search/
index.jd 25 <li><a href="{@docRoot}resources/samples/SearchableDictionary/index.html">Searchable
  /packages/apps/QuickSearchBox/res/values/
config.xml 21 searchable activity. -->
37 enabled in Searchable Items. -->
86 <!-- Whether the Searchable Items list should show corpora that are not included
  /frameworks/base/core/java/android/app/
SearchManager.java 127 * with the keycode attribute in the actionkey element of your searchable.xml configuration
498 * Components should handle this intent if they cache any searchable data and wish to stay
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
SearchableView.js 35 * @param {!WebInspector.Searchable} searchable
37 WebInspector.SearchableView = function(searchable)
41 this._searchProvider = searchable;
553 WebInspector.Searchable = function()
557 WebInspector.Searchable.prototype = {
  /frameworks/base/core/java/android/widget/
SearchView.java 381 * @param searchable a SearchableInfo can be retrieved from the SearchManager, for a specific
384 public void setSearchableInfo(SearchableInfo searchable) {
385 mSearchable = searchable;
1246 SearchableInfo searchable = mSearchable; local
    [all...]
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 82 // Associate searchable configuration with the SearchView
  /developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 82 // Associate searchable configuration with the SearchView
  /development/samples/SearchableDictionary/
_index.html 35 <p class="note"><strong>Note:</strong> For the original version of Searchable Dictionary, which
  /development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
MainActivity.java 82 // Associate searchable configuration with the SearchView
  /external/chromium_org/tools/grit/grit/testdata/
status.html 18 <td width=1% nowrap><img style="vertical-align:middle" width=16 height=16 src=favicon.ico>&nbsp; Total searchable items</td>
install_prefs.html 28 <font size=-1>Google Desktop Search will store your chats and make them searchable.
35 searchable.</font></label> </td></tr>
  /packages/apps/QuickSearchBox/res/values-xlarge/
config.xml 34 <!-- The xlarge UI has no corpus selector, so don't show corpora in Searchable Items
  /sdk/eclipse/
dictionary.txt 270 searchable
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 409 * @param searchable a SearchableInfo can be retrieved from the SearchManager, for a specific
412 public void setSearchableInfo(SearchableInfo searchable) {
413 mSearchable = searchable;
1181 SearchableInfo searchable = mSearchable; local
    [all...]
SuggestionsAdapter.java 92 SearchableInfo searchable,
99 mSearchable = searchable;
706 Cursor getSearchManagerSuggestions(SearchableInfo searchable, String query, int limit) {
707 if (searchable == null) {
711 String authority = searchable.getSuggestAuthority();
723 final String contentPath = searchable.getSuggestPath();
732 String selection = searchable.getSuggestSelection();
  /frameworks/base/services/tests/servicestests/src/com/android/server/search/
SearchablesTest.java 69 * Test that non-searchable activities return no searchable info (this would typically
70 * trigger the use of the default searchable e.g. contacts)
86 * This is an attempt to run the searchable info list with a mocked context. Here are some
137 * This is designed to pass for any semi-legal searchable, without knowing much about

Completed in 1348 milliseconds

1 23 4 5 6 7 8