Home
last modified time | relevance | path

Searched defs:requestMethod (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/aosp_15_r20/out/soong/.intermediates/packages/modules/Wifi/service/wifi-service-pre-jarjar/android_common_apex30/javac/anno/com/android/server/wifi/entitlement/http/
DAutoValue_HttpRequest.java15 private final String requestMethod; field in AutoValue_HttpRequest
30 String requestMethod, in AutoValue_HttpRequest()
51 public String requestMethod() { in requestMethod() method in AutoValue_HttpRequest
134 private String requestMethod; field in AutoValue_HttpRequest.Builder
153 public HttpRequest.Builder setRequestMethod(String requestMethod) { in setRequestMethod()
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/service_entitlement/service-entitlement-impl/android_common/javac/anno/com/android/libraries/entitlement/http/
DAutoValue_HttpRequest.java15 private final String requestMethod; field in AutoValue_HttpRequest
31 String requestMethod, in AutoValue_HttpRequest()
52 public String requestMethod() { in requestMethod() method in AutoValue_HttpRequest
136 private String requestMethod; field in AutoValue_HttpRequest.Builder
155 public HttpRequest.Builder setRequestMethod(String requestMethod) { in setRequestMethod()
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/service_entitlement/service-entitlement-impl/android_common_apex30/javac/anno/com/android/libraries/entitlement/http/
DAutoValue_HttpRequest.java15 private final String requestMethod; field in AutoValue_HttpRequest
31 String requestMethod, in AutoValue_HttpRequest()
52 public String requestMethod() { in requestMethod() method in AutoValue_HttpRequest
136 private String requestMethod; field in AutoValue_HttpRequest.Builder
155 public HttpRequest.Builder setRequestMethod(String requestMethod) { in setRequestMethod()
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DHttpFetcher.java57 Context context, String urlString, String requestMethod, List<Pair<String, String>> headers) in sendRequestAsByteArray() argument
119 Context context, String urlString, String requestMethod, List<Pair<String, String>> headers) in sendRequestAsInputStream() argument
164 HttpURLConnection conn, String requestMethod, List<Pair<String, String>> headers) in setMethodAndHeaders() argument
210 Context context, String urlString, String requestMethod, List<Pair<String, String>> headers) in getRequestAsString() argument
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DRequestUtil.java42 Callable<T> requestMethod, in requestWithBackoff()
89 Callable<T> requestMethod, int minWaitMSec, int maxWaitMSec, int scalingFactor) { in requestWithBackoff()
100 public static <T> T requestWithBackoff(Callable<T> requestMethod) { in requestWithBackoff()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/entitlement/http/
DHttpRequest.java41 public abstract String requestMethod(); in requestMethod() method in HttpRequest
80 public abstract Builder setRequestMethod(@NonNull String requestMethod); in setRequestMethod()
/aosp_15_r20/frameworks/libs/service_entitlement/java/com/android/libraries/entitlement/http/
DHttpRequest.java43 public abstract String requestMethod(); in requestMethod() method in HttpRequest
78 public abstract Builder setRequestMethod(String requestMethod); in setRequestMethod()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
H A DRtspAuthenticationInfo.java96 RtspAuthUserInfo authUserInfo, Uri uri, @RtspRequest.Method int requestMethod) in getAuthorizationHeaderValue()
116 RtspAuthUserInfo authUserInfo, Uri uri, @RtspRequest.Method int requestMethod) in getDigestAuthorizationHeaderValue()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/rtsp/src/main/java/com/google/android/exoplayer2/source/rtsp/
H A DRtspAuthenticationInfo.java90 RtspAuthUserInfo authUserInfo, Uri uri, @RtspRequest.Method int requestMethod) in getAuthorizationHeaderValue()
110 RtspAuthUserInfo authUserInfo, Uri uri, @RtspRequest.Method int requestMethod) in getDigestAuthorizationHeaderValue()
/aosp_15_r20/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
H A DSipMessageUtils.java130 public static SipMessage generateSipRequest(String requestMethod, String fromContact, in generateSipRequest()
171 public static SipMessage generateSipRequest(String requestMethod, SipDialogAttributes attr) { in generateSipRequest()
/aosp_15_r20/external/okhttp/repackaged/okhttp-android-support/src/main/java/com/android/okhttp/internal/huc/
H A DJavaApiConverter.java86 String requestMethod = httpUrlConnection.getRequestMethod(); in createOkResponseForCachePut() local
270 URI uri, String requestMethod, Map<String, List<String>> requestHeaders) { in createOkRequest() argument
/aosp_15_r20/external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
H A DJavaApiConverter.java84 String requestMethod = httpUrlConnection.getRequestMethod(); in createOkResponseForCachePut() local
268 URI uri, String requestMethod, Map<String, List<String>> requestHeaders) { in createOkRequest() argument
/aosp_15_r20/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DCache.java212 String requestMethod = response.request().method(); in put() local
471 private final String requestMethod; field in Entry
/aosp_15_r20/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
H A DCache.java214 String requestMethod = response.request().method(); in put() local
473 private final String requestMethod; field in Entry
/aosp_15_r20/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
H A DUrlConnectionCacheTest.java623 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception { in testRequestMethod()
659 private void testMethodInvalidates(String requestMethod) throws Exception { in testMethodInvalidates()
1673 private void addRequestBodyIfNecessary(String requestMethod, HttpURLConnection invalidate) in addRequestBodyIfNecessary()
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/testing/
H A DLocalResourceManagerHelper.java197 String requestMethod = exchange.getRequestMethod(); in handle() local
273 String requestMethod = exchange.getRequestMethod(); in handle() local
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/service_entitlement/service-entitlement-impl/android_common_apex30/javac/
Dservice-entitlement-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/service_entitlement/service-entitlement-impl/android_common/javac/
Dservice-entitlement-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
H A DResponseCacheTest.java696 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception { in testRequestMethod()
722 private void addRequestBodyIfNecessary(String requestMethod, HttpURLConnection connection) in addRequestBodyIfNecessary()
744 private void testMethodInvalidates(String requestMethod) throws Exception { in testMethodInvalidates()
/aosp_15_r20/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/
H A DAbstractResponseCache.java30 @Override public CacheResponse get(URI uri, String requestMethod, in get()
/aosp_15_r20/external/okhttp/android/src/main/java/com/android/okhttp/internalandroidapi/
H A DAndroidResponseCacheAdapter.java89 public @Nullable CacheResponse get(@NonNull URI uri, @NonNull String requestMethod, in get()
/aosp_15_r20/external/okhttp/repackaged/android/src/main/java/com/android/okhttp/internalandroidapi/
H A DAndroidResponseCacheAdapter.java91 public @Nullable CacheResponse get(@NonNull URI uri, @NonNull String requestMethod, in get()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowHttpResponseCache.java90 URI uri, String requestMethod, Map<String, List<String>> requestHeaders) { in get() argument
/aosp_15_r20/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
H A DHttpResponseCache.java96 @Override public CacheResponse get(URI uri, String requestMethod, in get()
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DCacheTest.java733 private void testRequestMethod(String requestMethod, boolean expectCached) throws Exception { in testRequestMethod()
761 private RequestBody requestBodyOrNull(String requestMethod) { in requestBodyOrNull()
779 private void testMethodInvalidates(String requestMethod) throws Exception { in testMethodInvalidates()

12345678910>>...13