OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:suggestions
(Results
226 - 250
of
1820
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/suggestions/
SuggestionItemView.java
17
package com.android.tv.settings.
suggestions
;
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.cpp
57
// Force autocorrection for obvious long multi-word
suggestions
when the top suggestion is
59
// TODO: Implement a smarter auto-commit method for handling multi-word
suggestions
.
187
// Shortcut is not supported for multiple words
suggestions
.
188
// TODO: Check shortcuts during traversal for multiple words
suggestions
.
/prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/
decSingle.decTest
15
-- Please send comments,
suggestions
, and corrections to the author: --
/prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/
decSingle.decTest
15
-- Please send comments,
suggestions
, and corrections to the author: --
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/
decSingle.decTest
15
-- Please send comments,
suggestions
, and corrections to the author: --
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/
decSingle.decTest
15
-- Please send comments,
suggestions
, and corrections to the author: --
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
SearchView.java
83
* to a search provider. Shows a list of query
suggestions
or results, if available, and allows the
142
// Resources used by SuggestionsAdapter to display
suggestions
.
223
*
suggestions
if available, true if the action was handled by the listener.
240
* Callback interface for selection events on
suggestions
. These callbacks
247
* @param position the absolute position in the list of
suggestions
.
256
* @param position the absolute position of the clicked item in the list of
suggestions
.
398
* to display labels, hints,
suggestions
, create intents for launching search results screens
710
*
suggestions
provider. Clicking on the query refinement button will replace the text
739
* display the
suggestions
from the
suggestions
provider associated with the SearchableInfo
[
all
...]
/cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_AggregationSuggestionsTest.java
196
assertEquals("content://com.android.contacts/contacts/12/
suggestions
?limit=7",
206
assertEquals("content://com.android.contacts/contacts/0/
suggestions
?"
/external/autotest/client/profilers/powertop/src/
Changelog
79
* rotate through the
suggestions
randomly, so that all of them
86
* Some
suggestions
have become "active", you can press a key to
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
ScriptProvider.java
52
public static final String
SUGGESTIONS
= "searchSuggestions/*/*";
62
mUriMatcher.addURI(AUTHORITY,
SUGGESTIONS
, SUGGESTIONS_ID);