OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUGGESTIONS
(Results
1 - 8
of
8
) 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
";
92
context.getSharedPreferences(
SUGGESTIONS
, 0), R.xml.suggestion_ordering);
215
// recheck to see if any
suggestions
have been changed.
234
List<Tile>
suggestions
= mSuggestionParser.getSuggestions();
local
235
for (int i = 0; i <
suggestions
.size(); i++) {
236
if (mSuggestionsChecks.isSuggestionComplete(
suggestions
.get(i))) {
237
mAdapter.disableSuggestion(
suggestions
.get(i));
238
suggestions
.remove(i--);
241
return
suggestions
;
[
all
...]
/build/tools/droiddoc/templates-ds/assets/js/
docs.js
38
// set search's onkeyup handler here so we can show
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
...]
/build/tools/droiddoc/templates-sdk/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
...]
/build/tools/droiddoc/templates-sdk-refonly/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 299 milliseconds