OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUGGESTIONS
(Results
1 - 5
of
5
) sorted by null
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
ApiProvider.java
46
public static final String
SUGGESTIONS
= "searchSuggestions/*/*";
53
mUriMatcher.addURI(AUTHORITY,
SUGGESTIONS
, SUGGESTIONS_ID);
ScriptProvider.java
52
public static final String
SUGGESTIONS
= "searchSuggestions/*/*";
62
mUriMatcher.addURI(AUTHORITY,
SUGGESTIONS
, SUGGESTIONS_ID);
/packages/apps/Settings/src/com/android/settings/dashboard/
DashboardSummary.java
63
private static final String
SUGGESTIONS
= "
suggestions
";
91
context.getSharedPreferences(
SUGGESTIONS
, 0), R.xml.suggestion_ordering);
204
// recheck to see if any
suggestions
have been changed.
223
List<Tile>
suggestions
= mSuggestionParser.getSuggestions();
local
224
for (int i = 0; i <
suggestions
.size(); i++) {
225
if (mSuggestionsChecks.isSuggestionComplete(
suggestions
.get(i))) {
226
mAdapter.disableSuggestion(
suggestions
.get(i));
227
suggestions
.remove(i--);
230
return
suggestions
;
[
all
...]
/build/tools/droiddoc/templates-sac/assets/js/
docs.js
20
// load json file for Android API search
suggestions
22
// load json files for Google services API
suggestions
61
// set search's onkeyup handler here so we can show
suggestions
[
all
...]
/build/tools/droiddoc/templates-ndk/assets/js/
docs.js
35
// load json file for JD doc search
suggestions
37
// load json file for Android API search
suggestions
39
// load json files for Google services API
suggestions
[
all
...]
Completed in 136 milliseconds