Home
last modified time | relevance | path

Searched refs:setRequestMethod (Results 1 – 13 of 13) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/
DHttpsServiceConnection.java91 public void setRequestMethod(String requestMethodType) throws IOException { in setRequestMethod() method in HttpsServiceConnection
92 mConnection.setRequestMethod(requestMethodType); in setRequestMethod()
/packages/apps/RemoteProvisioner/src/com/android/remoteprovisioner/
DServerInterface.java63 con.setRequestMethod("POST"); in requestSignedCertificates()
115 con.setRequestMethod("POST"); in fetchGeek()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DJavaNetHttpHelper.java86 c.setRequestMethod("GET"); in get()
112 c.setRequestMethod("POST"); in post()
/packages/apps/Messaging/src/android/support/v7/mms/
DMmsHttpClient.java158 connection.setRequestMethod(METHOD_POST); in execute()
182 connection.setRequestMethod(METHOD_GET); in execute()
/packages/services/Mms/src/com/android/mms/service/
DMmsHttpClient.java184 connection.setRequestMethod(METHOD_POST); in execute()
206 connection.setRequestMethod(METHOD_GET); in execute()
/packages/apps/Settings/tests/componenttests/src/com/android/settings/testutils/
DCommonUtils.java72 connection.setRequestMethod("GET"); in connectToURL()
/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureTransfer.java240 connection.setRequestMethod("POST"); in prepareInitialPost()
259 connection.setRequestMethod("GET"); in prepareImageDownloadRequest()
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunChannelScan.java72 connection.setRequestMethod("GET"); in scan()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestCertActivity.java107 conn.setRequestMethod("GET"); in getCertificateList()
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DHttpFetcher.java166 conn.setRequestMethod(requestMethod); in setMethodAndHeaders()
/packages/modules/Connectivity/tests/cts/hostside/app2/src/com/android/cts/net/hostside/app2/
DMyBroadcastReceiver.java175 conn.setRequestMethod("GET"); in checkNetworkStatus()
/packages/apps/Settings/src/com/android/settings/development/
DDSULoader.java94 connection.setRequestMethod("GET"); in readAll()
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DOsuServerConnection.java485 mServiceConnection.setRequestMethod("GET"); in getCert()