/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
H A D | GoogleSuggestClient.java | 105 String encodedQuery = URLEncoder.encode(query, "UTF-8"); in query() local 113 String suggestUri = mSuggestUri + encodedQuery; in query()
|
/aosp12/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
H A D | UriTest.java | 35 .encodedQuery("a=b") in testParcelling() 181 .encodedQuery("foo=bar") in testEqualsAndHashCode() 190 .encodedQuery("foo=bar") in testEqualsAndHashCode() 439 .encodedQuery(query) in testHierarchical()
|
H A D | Uri_BuilderTest.java | 47 .encodedQuery("query") in testBuilderOperations()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/net/ |
H A D | UriTest.java | 55 .encodedQuery("a=b") in testParcelling() 165 .encodedQuery("foo=bar") in testEqualsAndHashCode() 174 .encodedQuery("foo=bar") in testEqualsAndHashCode() 494 .encodedQuery(query) in testHierarchical() 567 .encodedQuery("a=b") in testParcellingWithoutFragment()
|
/aosp12/system/netd/client/ |
H A D | NetdClient.cpp | 543 std::string encodedQuery(encodedLen - 1, 0); in resNetworkSend() local 544 int enLen = b64_ntop(msg, msglen, encodedQuery.data(), encodedLen); in resNetworkSend() 554 " " + encodedQuery + '\0'; in resNetworkSend()
|
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |
H A D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/aosp12/frameworks/base/core/java/android/net/ |
H A D | Uri.java | 1503 public Builder encodedQuery(String query) { in encodedQuery() method in Uri.Builder
|
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 544 Lcom/android/okhttp/HttpUrl$Builder;->encodedQuery(Ljava/lang/String;)Lcom/android/okhttp/HttpUrl$B… 590 Lcom/android/okhttp/HttpUrl;->encodedQuery()Ljava/lang/String;
|
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 162 HSPLcom/android/okhttp/HttpUrl$Builder;->encodedQuery(Ljava/lang/String;)Lcom/android/okhttp/HttpUr… 190 HSPLcom/android/okhttp/HttpUrl;->encodedQuery()Ljava/lang/String;+]Ljava/lang/String;missing_types
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 12110 HSPLandroid/net/Uri$Builder;->encodedQuery(Ljava/lang/String;)Landroid/net/Uri$Builder;+]Landroid/n… 22734 HSPLcom/android/okhttp/HttpUrl$Builder;->encodedQuery(Ljava/lang/String;)Lcom/android/okhttp/HttpUr… 22762 HSPLcom/android/okhttp/HttpUrl;->encodedQuery()Ljava/lang/String;+]Ljava/lang/String;missing_types
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 12118 HSPLandroid/net/Uri$Builder;->encodedQuery(Ljava/lang/String;)Landroid/net/Uri$Builder;+]Landroid/n…
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 26696 method public android.net.Uri.Builder encodedQuery(String);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 17365 method public android.net.Uri.Builder encodedQuery(java.lang.String);
|