Home
last modified time | relevance | path

Searched refs:setRequestProperty (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnectionTest.java213 mHttpsServiceConnection.setRequestProperty(testName, testValue); in verifyNotUpdatingRequestPropertyForIgnorableProperty()
215 verify(mHttpsURLConnection, never()).setRequestProperty(any(String.class), in verifyNotUpdatingRequestPropertyForIgnorableProperty()
227 mHttpsServiceConnection.setRequestProperty(testName, testValue); in verifyCallingSetRequestPropertyForProperty()
229 verify(mHttpsURLConnection).setRequestProperty(any(String.class), in verifyCallingSetRequestPropertyForProperty()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java82 public void setRequestProperty(String propertyName, String value) { in setRequestProperty() method in HttpsServiceConnection
86 mConnection.setRequestProperty(propertyName, value); in setRequestProperty()
/frameworks/base/services/core/java/com/android/server/location/
DGpsPsdsDownloader.java123 connection.setRequestProperty( in doDownload()
126 connection.setRequestProperty( in doDownload()
/frameworks/base/media/java/android/media/
DMediaHTTPConnection.java275 mConnection.setRequestProperty( in seekTo()
281 mConnection.setRequestProperty( in seekTo()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java460 mServiceConnection.setRequestProperty("Accept-Encoding", "gzip"); in getCert()
/frameworks/base/config/
Dboot-image-profile.txt24949 HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->setRequestProperty(Ljava/lang/String;Lj…
24963 HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->setRequestProperty(Ljava/lang/String;L…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt43478 method public void setRequestProperty(java.lang.String, java.lang.String);
/frameworks/base/non-updatable-api/
Dcurrent.txt63876 method public void setRequestProperty(String, String);
/frameworks/base/api/
Dcurrent.txt64020 method public void setRequestProperty(String, String);