Searched defs:makeKeyComponent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSuggestionUtils.java71 String action = makeKeyComponent(suggestion.getSuggestionIntentAction());
72 String data = makeKeyComponent(normalizeUrl(suggestion.getSuggestionIntentDataString()));
73 String query = makeKeyComponent(normalizeUrl(suggestion.getSuggestionQuery()));
86 private static String makeKeyComponent(String str) { method in class:SuggestionUtils

Completed in 81 milliseconds