HomeSort by relevance Sort by last modified time
    Searched refs:normalizeUrl (Results 1 - 3 of 3) 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) {
  /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 152 milliseconds