/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/ |
D | AutoValue_HttpRequest.java | 15 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/ |
D | AutoValue_HttpRequest.java | 15 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/ |
D | AutoValue_HttpRequest.java | 15 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/ |
D | HttpFetcher.java | 57 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/ |
D | RequestUtil.java | 42 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/ |
D | HttpRequest.java | 41 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/ |
D | HttpRequest.java | 43 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 D | RtspAuthenticationInfo.java | 96 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 D | RtspAuthenticationInfo.java | 90 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 D | SipMessageUtils.java | 130 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 D | JavaApiConverter.java | 86 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 D | JavaApiConverter.java | 84 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 D | Cache.java | 212 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 D | Cache.java | 214 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 D | UrlConnectionCacheTest.java | 623 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 D | LocalResourceManagerHelper.java | 197 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/ |
D | service-entitlement-impl.jar | META-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/ |
D | service-entitlement-impl.jar | META-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 D | ResponseCacheTest.java | 696 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 D | AbstractResponseCache.java | 30 @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 D | AndroidResponseCacheAdapter.java | 89 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 D | AndroidResponseCacheAdapter.java | 91 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 D | ShadowHttpResponseCache.java | 90 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 D | HttpResponseCache.java | 96 @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 D | CacheTest.java | 733 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()
|