/aosp12/packages/services/Mms/src/com/android/mms/service/ |
H A D | MmsHttpClient.java | 144 connection.setRequestProperty(HEADER_ACCEPT, HEADER_VALUE_ACCEPT); in execute() 146 connection.setRequestProperty( in execute() 151 connection.setRequestProperty(HEADER_USER_AGENT, userAgent); in execute() 165 connection.setRequestProperty(uaProfUrlTagName, uaProfUrl); in execute() 173 connection.setRequestProperty(HEADER_CONNECTION, HEADER_CONNECTION_CLOSE); in execute() 186 connection.setRequestProperty(HEADER_CONTENT_TYPE, in execute() 189 connection.setRequestProperty(HEADER_CONTENT_TYPE, in execute() 382 connection.setRequestProperty(name, value); in addExtraHeaders()
|
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/ |
H A D | HttpsServiceConnectionTest.java | 215 mHttpsServiceConnection.setRequestProperty(testName, testValue); in verifyNotUpdatingRequestPropertyForIgnorableProperty() 217 verify(mHttpsURLConnection, never()).setRequestProperty(any(String.class), in verifyNotUpdatingRequestPropertyForIgnorableProperty() 229 mHttpsServiceConnection.setRequestProperty(testName, testValue); in verifyCallingSetRequestPropertyForProperty() 231 verify(mHttpsURLConnection).setRequestProperty(any(String.class), in verifyCallingSetRequestPropertyForProperty()
|
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/ |
H A D | MmsHttpClient.java | 134 connection.setRequestProperty(HEADER_ACCEPT, HEADER_VALUE_ACCEPT); in execute() 136 connection.setRequestProperty( in execute() 140 connection.setRequestProperty(HEADER_USER_AGENT, userAgent); in execute() 147 connection.setRequestProperty(uaProfUrlTagName, uaProfUrl); in execute() 162 connection.setRequestProperty(HEADER_CONTENT_TYPE, in execute() 165 connection.setRequestProperty(HEADER_CONTENT_TYPE, in execute() 359 connection.setRequestProperty(name, value); in addExtraHeaders()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/ |
H A D | HttpsServiceConnection.java | 82 public void setRequestProperty(String propertyName, String value) { in setRequestProperty() method in HttpsServiceConnection 86 mConnection.setRequestProperty(propertyName, value); in setRequestProperty()
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssPsdsDownloader.java | 141 connection.setRequestProperty( in doDownload() 144 connection.setRequestProperty( in doDownload()
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaHTTPConnection.java | 275 mConnection.setRequestProperty( in seekTo() 281 mConnection.setRequestProperty( in seekTo()
|
/aosp12/packages/services/Telephony/src/com/android/phone/callcomposer/ |
H A D | CallComposerPictureTransfer.java | 244 connection.setRequestProperty("User-Agent", getUserAgent()); in prepareInitialPost() 262 connection.setRequestProperty("User-Agent", getUserAgent()); in prepareImageDownloadRequest()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/ |
H A D | HttpFetcher.java | 169 conn.setRequestProperty(pair.first, pair.second); in setMethodAndHeaders()
|
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | DownloadThread.java | 831 conn.setRequestProperty("Accept-Encoding", "identity"); in addRequestHeaders() 835 conn.setRequestProperty("Connection", "close"); in addRequestHeaders()
|
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/ |
H A D | Http.java | 198 connection.setRequestProperty(key, value); in apply()
|
/aosp12/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/ |
H A D | DownloadService.java | 291 connection.setRequestProperty("User-Agent", task.mUserAgent); in processDownload()
|
H A D | CaptivePortalLoginActivity.java | 507 urlConnection.setRequestProperty("User-Agent", mUserAgent); in testForCaptivePortal()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/ |
H A D | OsuServerConnection.java | 486 mServiceConnection.setRequestProperty("Accept-Encoding", "gzip"); in getCert()
|
/aosp12/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
H A D | NetworkMonitor.java | 2607 conn.setRequestProperty("Connection", "close"); in makeProbeConnection() 2610 conn.setRequestProperty("User-Agent", mCaptivePortalUserAgent); in makeProbeConnection() 2744 conn.setRequestProperty(ACCEPT_HEADER, CAPPORT_API_CONTENT_TYPE); in sendCapportApiProbe()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/contactphoto/ |
H A D | ContactPhotoManagerImpl.java | 1242 connection.setRequestProperty("User-Agent", userAgent); in loadUriBasedPhotos()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | ContactPhotoManager.java | 1588 connection.setRequestProperty("User-Agent", mUserAgent); in loadUriBasedPhotos()
|
/aosp12/packages/modules/Connectivity/services/core/java/com/android/server/ |
H A D | ConnectivityService.java | 4795 urlConn.setRequestProperty("Connection", "close"); in isMobileOk()
|
/aosp12/art/build/boot/ |
H A D | boot-image-profile.txt | 554 HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->setRequestProperty(Ljava/lang/St… 583 HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->setRequestProperty(Ljava/lang/String;Lj… 612 HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->setRequestProperty(Ljava/lang/String;L…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 23126 HSPLcom/android/okhttp/internal/huc/DelegatingHttpsURLConnection;->setRequestProperty(Ljava/lang/St… 23155 HSPLcom/android/okhttp/internal/huc/HttpURLConnectionImpl;->setRequestProperty(Ljava/lang/String;Lj… 23184 HSPLcom/android/okhttp/internal/huc/HttpsURLConnectionImpl;->setRequestProperty(Ljava/lang/String;L…
|
/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/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 43478 method public void setRequestProperty(java.lang.String, java.lang.String);
|