HomeSort by relevance Sort by last modified time
    Searched full:searchable (Results 51 - 75 of 186) 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.
  /frameworks/base/core/java/android/app/
SearchManager.java 128 * with the keycode attribute in the actionkey element of your searchable.xml configuration
393 * Components should handle this intent if they cache any searchable data and wish to stay
743 * Gets information about a searchable activity.
745 * @param componentName The activity to get searchable information for.
746 * @return Searchable information, or <code>null</code> if the activity does not
747 * exist, or is not searchable.
761 * @param searchable Information about how to get the suggestions.
767 public Cursor getSuggestions(SearchableInfo searchable, String query)
    [all...]
  /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
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
SearchController.js 128 * @param {WebInspector.Searchable} provider
140 * @param {WebInspector.Searchable} provider
489 WebInspector.Searchable = function()
493 WebInspector.Searchable.prototype = {
509 * @param {WebInspector.Searchable=} self
519 * @param {WebInspector.Searchable=} self
524 * @param {WebInspector.Searchable=} self
  /frameworks/base/core/java/android/widget/
SearchView.java 341 * @param searchable a SearchableInfo can be retrieved from the SearchManager, for a specific
344 public void setSearchableInfo(SearchableInfo searchable) {
345 mSearchable = searchable;
884 // if it's an action specified by the searchable activity, launch the
1210 SearchableInfo searchable = mSearchable; local
    [all...]
  /developers/samples/android/content/contacts/BasicContactables/BasicContactablesSample/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>
  /external/chromium_org/tools/telemetry/telemetry/page/
test_expectations.py 23 # Make sure that non-absolute paths are searchable
  /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 269 searchable
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 372 * @param searchable a SearchableInfo can be retrieved from the SearchManager, for a specific
375 public void setSearchableInfo(SearchableInfo searchable) {
376 mSearchable = searchable;
1175 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 2748 milliseconds

1 23 4 5 6 7 8