OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:normalizeUrl
(Results
1 - 4
of
4
) sorted by null
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionUtilsTest.java
58
SuggestionUtils.
normalizeUrl
(url1).equals(SuggestionUtils.
normalizeUrl
(url2)));
63
SuggestionUtils.
normalizeUrl
(url1).equals(SuggestionUtils.
normalizeUrl
(url2)));
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionUtils.java
72
String data = makeKeyComponent(
normalizeUrl
(suggestion.getSuggestionIntentDataString()));
73
String query = makeKeyComponent(
normalizeUrl
(suggestion.getSuggestionQuery()));
100
static String
normalizeUrl
(String url) {
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
ShortcutHelper.java
185
private String
normalizeUrl
(String urlAsString) {
196
final ShortcutInfo shortcut = createShortcutForUrl(
normalizeUrl
(uriFinal));
/external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java
155
+ OAuth.percentEncode(
normalizeUrl
(url)) + '&'
159
protected static String
normalizeUrl
(String url) throws URISyntaxException {
Completed in 179 milliseconds