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

1 2 3 4 5 6 7 8 91011

  /frameworks/base/core/tests/coretests/src/android/app/
SearchManagerTest.java 23 import android.app.SearchManager;
58 * SearchManager tests
114 SearchManager searchManager1 = (SearchManager)
117 SearchManager searchManager2 = (SearchManager)
128 SearchManager searchManager = (SearchManager)
130 assertNotNull(searchManager);
    [all...]
SuggestionProvider.java 19 import android.app.SearchManager;
41 sURLMatcher.addURI("*", SearchManager.SUGGEST_URI_PATH_QUERY,
43 sURLMatcher.addURI("*", SearchManager.SUGGEST_URI_PATH_QUERY + "/*",
49 SearchManager.SUGGEST_COLUMN_TEXT_1,
50 SearchManager.SUGGEST_COLUMN_INTENT_ACTION,
51 SearchManager.SUGGEST_COLUMN_QUERY
90 return SearchManager.SUGGEST_MIME_TYPE;
  /packages/apps/Browser/src/com/android/browser/search/
DefaultSearchEngine.java 19 import android.app.SearchManager;
47 SearchManager searchManager =
48 (SearchManager) context.getSystemService(Context.SEARCH_SERVICE);
49 ComponentName name = searchManager.getWebSearchActivity();
51 SearchableInfo searchable = searchManager.getSearchableInfo(name);
88 intent.putExtra(SearchManager.QUERY, query);
90 intent.putExtra(SearchManager.APP_DATA, appData);
93 intent.putExtra(SearchManager.EXTRA_DATA_KEY, extraData);
101 intent.putExtra(SearchManager.EXTRA_WEB_SEARCH_PENDINGINTENT, pending)
    [all...]
  /packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/
SpammySuggestionProvider.java 19 import android.app.SearchManager;
34 SearchManager.SUGGEST_COLUMN_TEXT_1,
35 SearchManager.SUGGEST_COLUMN_TEXT_2,
36 SearchManager.SUGGEST_COLUMN_INTENT_ACTION,
37 SearchManager.SUGGEST_COLUMN_INTENT_DATA,
65 return SearchManager.SUGGEST_MIME_TYPE;
  /developers/build/prebuilts/gradle/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 19 import android.app.SearchManager;
61 // SearchManager.QUERY is the key that a SearchManager will use to send a query string
63 String query = intent.getStringExtra(SearchManager.QUERY);
83 SearchManager searchManager =
84 (SearchManager) getSystemService(Context.SEARCH_SERVICE);
88 searchManager.getSearchableInfo(getComponentName()));
  /developers/samples/android/content/contacts/BasicContactables/Application/src/main/java/com/example/android/basiccontactables/
MainActivity.java 19 import android.app.SearchManager;
61 // SearchManager.QUERY is the key that a SearchManager will use to send a query string
63 String query = intent.getStringExtra(SearchManager.QUERY);
83 SearchManager searchManager =
84 (SearchManager) getSystemService(Context.SEARCH_SERVICE);
88 searchManager.getSearchableInfo(getComponentName()));
  /development/samples/browseable/BasicContactables/src/com.example.android.basiccontactables/
MainActivity.java 19 import android.app.SearchManager;
61 // SearchManager.QUERY is the key that a SearchManager will use to send a query string
63 String query = intent.getStringExtra(SearchManager.QUERY);
83 SearchManager searchManager =
84 (SearchManager) getSystemService(Context.SEARCH_SERVICE);
88 searchManager.getSearchableInfo(getComponentName()));
  /frameworks/base/docs/html/sdk/api_diff/4/changes/
android.app.SearchManager.html 10 android.app.SearchManager
74 Class android.app.<A HREF="../../../../reference/android/app/SearchManager.html" target="_top"><font size="+2"><code>SearchManager</code></font></A>
86 <A NAME="android.app.SearchManager.onCancel_changed(android.content.DialogInterface)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/SearchManager.html#onCancel(android.content.DialogInterface)" target="_top"><code>onCancel</code></A>(<code>DialogInterface</code>) </nobr>
96 <A NAME="android.app.SearchManager.onDismiss_changed(android.content.DialogInterface)"></A>
97 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/app/SearchManager.html#onDismiss(android.content.DialogInterface)" target="_top"><code>onDismiss</code></A>(<code>DialogInterface</code>) </nobr>
115 <A NAME="android.app.SearchManager.EXTRA_DATA_KEY"></A>
116 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/app/SearchManager.html#EXTRA_DATA_KEY" target="_top"><code>EXTRA_DATA_KEY</code></A></nobr>
122 <A NAME="android.app.SearchManager.INTENT_ACTION_SEARCHABLES_CHANGED"></A
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CursorBackedSuggestionCursor.java 19 import android.app.SearchManager;
39 /** Column index of {@link SearchManager#SUGGEST_COLUMN_FORMAT} in @{link mCursor}. */
42 /** Column index of {@link SearchManager#SUGGEST_COLUMN_TEXT_1} in @{link mCursor}. */
45 /** Column index of {@link SearchManager#SUGGEST_COLUMN_TEXT_2} in @{link mCursor}. */
48 /** Column index of {@link SearchManager#SUGGEST_COLUMN_TEXT_2_URL} in @{link mCursor}. */
51 /** Column index of {@link SearchManager#SUGGEST_COLUMN_ICON_1} in @{link mCursor}. */
54 /** Column index of {@link SearchManager#SUGGEST_COLUMN_ICON_1} in @{link mCursor}. */
57 /** Column index of {@link SearchManager#SUGGEST_COLUMN_SPINNER_WHILE_REFRESHING}
68 mFormatCol = getColumnIndex(SearchManager.SUGGEST_COLUMN_FORMAT);
69 mText1Col = getColumnIndex(SearchManager.SUGGEST_COLUMN_TEXT_1)
    [all...]
SuggestionCursorBackedCursor.java 18 import android.app.SearchManager;
32 SearchManager.SUGGEST_COLUMN_TEXT_1, // 1
33 SearchManager.SUGGEST_COLUMN_TEXT_2, // 2
34 SearchManager.SUGGEST_COLUMN_TEXT_2_URL, // 3
35 SearchManager.SUGGEST_COLUMN_ICON_1, // 4
36 SearchManager.SUGGEST_COLUMN_ICON_2, // 5
37 SearchManager.SUGGEST_COLUMN_INTENT_ACTION, // 6
38 SearchManager.SUGGEST_COLUMN_INTENT_DATA, // 7
39 SearchManager.SUGGEST_COLUMN_INTENT_EXTRA_DATA, // 8
40 SearchManager.SUGGEST_COLUMN_QUERY, //
    [all...]
  /packages/apps/QuickSearchBox/tests/naughty/src/com/android/quicksearchbox/tests/naughty/
HangingSuggestionProvider.java 19 import android.app.SearchManager;
34 SearchManager.SUGGEST_COLUMN_TEXT_1,
35 SearchManager.SUGGEST_COLUMN_ICON_1,
36 SearchManager.SUGGEST_COLUMN_TEXT_2,
37 SearchManager.SUGGEST_COLUMN_ICON_2,
38 SearchManager.SUGGEST_COLUMN_INTENT_ACTION,
39 SearchManager.SUGGEST_COLUMN_INTENT_DATA,
CrashingSuggestionProvider.java 19 import android.app.SearchManager;
34 SearchManager.SUGGEST_COLUMN_TEXT_1,
35 SearchManager.SUGGEST_COLUMN_ICON_1,
36 SearchManager.SUGGEST_COLUMN_TEXT_2,
37 SearchManager.SUGGEST_COLUMN_ICON_2,
38 SearchManager.SUGGEST_COLUMN_INTENT_ACTION,
39 SearchManager.SUGGEST_COLUMN_INTENT_DATA,
  /frameworks/base/docs/html/sdk/api_diff/21/changes/
android.app.SearchManager.html 10 android.app.SearchManager
74 Class android.app.<A HREF="../../../../reference/android/app/SearchManager.html" target="_top"><font size="+2"><code>SearchManager</code></font></A>
87 <A NAME="android.app.SearchManager.SUGGEST_COLUMN_AUDIO_CHANNEL_CONFIG"></A>
88 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/app/SearchManager.html#SUGGEST_COLUMN_AUDIO_CHANNEL_CONFIG" target="_top"><code>SUGGEST_COLUMN_AUDIO_CHANNEL_CONFIG</code></A></nobr>
94 <A NAME="android.app.SearchManager.SUGGEST_COLUMN_CONTENT_TYPE"></A>
95 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/app/SearchManager.html#SUGGEST_COLUMN_CONTENT_TYPE" target="_top"><code>SUGGEST_COLUMN_CONTENT_TYPE</code></A></nobr>
101 <A NAME="android.app.SearchManager.SUGGEST_COLUMN_DURATION"></A>
102 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/app/SearchManager.html#SUGGEST_COLUMN_DURATION" target="_top"><code>SUGGEST_COLUMN_DURATION</code></A></nobr>
108 <A NAME="android.app.SearchManager.SUGGEST_COLUMN_IS_LIVE"></A
    [all...]