HomeSort by relevance Sort by last modified time
    Searched full:searchable (Results 76 - 100 of 192) sorted by null

1 2 34 5 6 7 8

  /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
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
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();
  /packages/apps/Calendar/
AndroidManifest.xml 144 <!-- Make all activities a searchable context -->
155 <meta-data android:name="android.app.searchable" android:resource="@xml/searchable"/>
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
SearchActivity.java 69 // First we retrieve the searchable menu item
  /external/chromium_org/tools/grit/grit/testdata/
indexing_speed.html 30 To make your emails, files, and previously viewed web pages searchable, Google Desktop Search
  /external/chromium_org/tools/telemetry/telemetry/page/
test_expectations.py 26 # Make sure that non-absolute paths are searchable
  /packages/apps/QuickSearchBox/
AndroidManifest.xml 80 <meta-data android:name="android.app.searchable"
  /frameworks/base/docs/html/training/search/
search.jd 200 This example calls <code>getWordMatches()</code> in the <code>handleIntent()</code> method of the searchable
201 activity. Remember that the searchable activity receives the query inside of the {@link
  /libcore/luni/src/main/java/java/sql/
ResultSetMetaData.java 248 * Returns an indication of whether the indexed column is searchable.
252 * @return {@code true} if the indexed column is searchable, {@code false}
  /packages/apps/UnifiedEmail/
AndroidManifest.xml 61 <meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
  /frameworks/base/core/java/android/content/
SearchRecentSuggestionsProvider.java 42 * <i>configures</i> the provider to match the requirements of your searchable activity.</li>
53 * <li>In order for the Content Resolver to do this, you must update your searchable activity's
60 * <li>In your searchable activities, capture any user-generated queries and record them
  /packages/apps/Browser/
AndroidManifest.xml 151 <meta-data android:name="android.app.searchable"
152 android:resource="@xml/searchable" />
183 <meta-data android:name="android.app.searchable"
  /frameworks/base/core/java/android/provider/
SearchRecentSuggestions.java 36 * <p>Typically, you will do this in your searchable activity, each time you receive an incoming
153 * searchable activity (as a new search query).
  /frameworks/base/docs/html/about/versions/
android-1.6-highlights.jd 149 To do this, developers will need to make their app "searchable" and provide
152 they'd like to receive suggestions, under Searchable items in the Search settings.</p>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis_object.x 218 * searchable, contains binary data, and access rights for the entry objects
225 const TA_SEARCHABLE = 8; /* Means this column is searchable */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 218 * searchable, contains binary data, and access rights for the entry objects
225 const TA_SEARCHABLE = 8; /* Means this column is searchable */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libnsl-2.7.so 
libnsl.so 
libnsl.so.1 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis_object.x 218 * searchable, contains binary data, and access rights for the entry objects
225 const TA_SEARCHABLE = 8; /* Means this column is searchable */
  /external/chromium/chrome/browser/cocoa/
file_metadata.mm 20 // feature and is searchable. Ordinarily, metadata can only be set by
  /external/chromium/testing/gmock/src/
gmock-internal-utils.cc 143 // Prints a GMOCK WARNING marker to make the warnings easily searchable.

Completed in 412 milliseconds

1 2 34 5 6 7 8