Home
last modified time | relevance | path

Searched defs:statusCode (Results 1 – 25 of 1379) sorted by relevance

12345678910>>...56

/aosp_15_r20/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp197 IKeystore::KeystoreStatusCode statusCode; in TEST_P() local
212 IKeystore::KeystoreStatusCode statusCode; in TEST_P() local
256 IKeystore::KeystoreStatusCode statusCode; in TEST_P() local
279 IKeystore::KeystoreStatusCode statusCode; in TEST_P() local
303 IKeystore::KeystoreStatusCode statusCode; in TEST_P() local
318 IKeystore::KeystoreStatusCode statusCode; in TEST_P() local
333 IKeystore::KeystoreStatusCode statusCode; in TEST_P() local
352 IKeystore::KeystoreStatusCode statusCode; in TEST_P() local
377 IKeystore::KeystoreStatusCode statusCode; in TEST_P() local
403 IKeystore::KeystoreStatusCode statusCode; in TEST_P() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/exception/
H A DSdkServiceException.java45 private final int statusCode; field in SdkServiceException
74 public int statusCode() { in statusCode() method in SdkServiceException
166 Builder statusCode(int statusCode); in statusCode() argument
172 int statusCode(); in statusCode() method
187 protected int statusCode; field in SdkServiceException.BuilderImpl
256 public Builder statusCode(int statusCode) { in statusCode() method in SdkServiceException.BuilderImpl
265 public void setStatusCode(int statusCode) { in setStatusCode()
270 public int statusCode() { in statusCode() method in SdkServiceException.BuilderImpl
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/bhttp/
DHttpStatusCodeUtil.java30 public static void checkIsInformativeStatusCode(final int statusCode) { in checkIsInformativeStatusCode()
34 statusCode); in checkIsInformativeStatusCode() local
38 public static void checkIsFinalStatusCode(final int statusCode) { in checkIsFinalStatusCode()
42 statusCode); in checkIsFinalStatusCode() local
46 public static boolean isInformativeStatusCode(final int statusCode) { in isInformativeStatusCode()
51 public static boolean isFinalStatusCode(final int statusCode) { in isFinalStatusCode()
/aosp_15_r20/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
H A DHttpResponseException.java15 private int statusCode; field in HttpResponseException
18 public HttpResponseException(int statusCode) { in HttpResponseException()
23 public HttpResponseException(String detailMessage, int statusCode) { in HttpResponseException()
28 public HttpResponseException(String detailMessage, int statusCode, List responseHeaders) { in HttpResponseException()
34 public HttpResponseException(String message, Throwable cause, int statusCode) { in HttpResponseException()
39 public HttpResponseException(Throwable cause, int statusCode) { in HttpResponseException()
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/clockskew/
H A DClockSkewAdjustmentTest.java125 …private void assertNoAdjust(Instant clientTime, Instant serviceTime, int statusCode, String errorC… in assertNoAdjust()
130 private void assertAdjusts(Instant serviceTime, int statusCode, String errorCode) { in assertAdjusts()
135 …private void assertNoAdjust(Instant clientTime, Instant serviceTime, int statusCode, String errorC… in assertNoAdjust()
146 …private void assertAdjusts(Instant serviceTime, int statusCode, String errorCode, Supplier<AllType… in assertAdjusts()
162 private void stubForResponse(Instant serviceTime, int statusCode, String errorCode) { in stubForResponse()
173 …private void stubForClockSkewFailureThenSuccess(Instant serviceTime, int statusCode, String errorC… in stubForClockSkewFailureThenSuccess()
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageFactoryImpl.java286 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
343 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
390 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
433 public Response createResponse(int statusCode, Request request, in createResponse()
466 public Response createResponse(int statusCode, Request request, in createResponse()
495 public Response createResponse(int statusCode, Request request) in createResponse()
598 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
654 public Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
/aosp_15_r20/external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/
H A DDefaultSdkHttpFullResponse.java46 private final int statusCode; field in DefaultSdkHttpFullResponse
115 public int statusCode() { in statusCode() method in DefaultSdkHttpFullResponse
156 private int statusCode; field in DefaultSdkHttpFullResponse.Builder
183 public int statusCode() { in statusCode() method in DefaultSdkHttpFullResponse.Builder
188 public Builder statusCode(int statusCode) { in statusCode() argument
H A DSdkHttpResponse.java57 int statusCode(); in statusCode() method
84 int statusCode(); in statusCode() method
90 Builder statusCode(int statusCode); in statusCode() argument
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/cobalt/
DMeasurementCobaltLogger.java153 int statusCode, in logRegistrationStatus()
179 int statusCode, in logAttributionStatusWithAppName()
204 int statusCode, in logReportingStatusWithAppName()
251 private static int getRegistrationStatusEvent(int statusCode, int errorCode) { in getRegistrationStatusEvent()
267 private static int getAttributionStatusEvent(int statusCode, int errorCode) { in getAttributionStatusEvent()
292 private static int getReportingStatusEvent(int statusCode, int errorCode) { in getReportingStatusEvent()
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/
H A DInstanceProfileCredentialsProviderTest.java101 … stubTokenFetchErrorResponse(ResponseDefinitionBuilder responseDefinitionBuilder, int statusCode) { in stubTokenFetchErrorResponse()
143 … public void resolveCredentials_queriesTokenResource_40xError_fallbackToInsecure(int statusCode) { in resolveCredentials_queriesTokenResource_40xError_fallbackToInsecure()
144 stubTokenFetchErrorResponse(aResponse().withBody(STUB_CREDENTIALS), statusCode); in resolveCredentials_queriesTokenResource_40xError_fallbackToInsecure() local
163 …resolveCredentials_fallbackToInsecureDisabledThroughProperty_throwsWhenTokenFails(int statusCode) { in resolveCredentials_fallbackToInsecureDisabledThroughProperty_throwsWhenTokenFails()
165 stubTokenFetchErrorResponse(aResponse().withBody(STUB_CREDENTIALS), statusCode); in resolveCredentials_fallbackToInsecureDisabledThroughProperty_throwsWhenTokenFails() local
194 …d resolveCredentials_fallbackToInsecureDisabledThroughConfig_throwsWhenTokenFails(int statusCode) { in resolveCredentials_fallbackToInsecureDisabledThroughConfig_throwsWhenTokenFails()
195 stubTokenFetchErrorResponse(aResponse().withBody(STUB_CREDENTIALS), statusCode); in resolveCredentials_fallbackToInsecureDisabledThroughConfig_throwsWhenTokenFails() local
/aosp_15_r20/external/nist-sip/java/javax/sip/message/
H A DMessageFactory.java32 Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
37 Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
42 Response createResponse(int statusCode, CallIdHeader callId, in createResponse()
46 Response createResponse(int statusCode, Request request, in createResponse()
50 Response createResponse(int statusCode, Request request, in createResponse()
54 Response createResponse(int statusCode, Request request) in createResponse()
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/
H A DNetworkResponse.java44 int statusCode, in NetworkResponse()
62 int statusCode, in NetworkResponse()
83 int statusCode, in NetworkResponse()
124 int statusCode, in NetworkResponse()
143 public final int statusCode; field in NetworkResponse
/aosp_15_r20/packages/apps/Messaging/src/android/support/v7/mms/
DMmsHttpException.java27 public MmsHttpException(int statusCode) { in MmsHttpException()
32 public MmsHttpException(int statusCode, String message) { in MmsHttpException()
37 public MmsHttpException(int statusCode, Throwable cause) { in MmsHttpException()
42 public MmsHttpException(int statusCode, String message, Throwable cause) { in MmsHttpException()
/aosp_15_r20/packages/services/Mms/src/com/android/mms/service/exception/
DMmsHttpException.java27 public MmsHttpException(int statusCode) { in MmsHttpException()
32 public MmsHttpException(int statusCode, String message) { in MmsHttpException()
37 public MmsHttpException(int statusCode, Throwable cause) { in MmsHttpException()
42 public MmsHttpException(int statusCode, String message, Throwable cause) { in MmsHttpException()
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/util/
H A DResourcesEndpointRetryParameters.java26 private final Integer statusCode; field in ResourcesEndpointRetryParameters
49 private final Integer statusCode; field in ResourcesEndpointRetryParameters.Builder
58 private Builder(Integer statusCode, Exception exception) { in Builder()
68 public Builder withStatusCode(Integer statusCode) { in withStatusCode()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
H A DApiException.java41 private final StatusCode statusCode; field in ApiException
44 public ApiException(Throwable cause, StatusCode statusCode, boolean retryable) { in ApiException()
48 public ApiException(String message, Throwable cause, StatusCode statusCode, boolean retryable) { in ApiException()
56 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in ApiException()
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/
H A DKmsException.java49 Builder statusCode(int statusCode); in statusCode() argument
85 public BuilderImpl statusCode(int statusCode) { in statusCode() method in KmsException.BuilderImpl
H A DXksKeyAlreadyInUseException.java72 Builder statusCode(int statusCode); in statusCode() method
108 public BuilderImpl statusCode(int statusCode) { in statusCode() argument
H A DIncorrectKeyException.java73 Builder statusCode(int statusCode); in statusCode() method
109 public BuilderImpl statusCode(int statusCode) { in statusCode() method in IncorrectKeyException.BuilderImpl
H A DUnsupportedOperationException.java72 Builder statusCode(int statusCode); in statusCode() argument
108 public BuilderImpl statusCode(int statusCode) { in statusCode() method in UnsupportedOperationException.BuilderImpl
H A DIncorrectTrustAnchorException.java77 Builder statusCode(int statusCode); in statusCode() method
113 public BuilderImpl statusCode(int statusCode) { in statusCode() argument
H A DKmsInvalidStateException.java93 Builder statusCode(int statusCode); in statusCode() argument
129 public BuilderImpl statusCode(int statusCode) { in statusCode() method in KmsInvalidStateException.BuilderImpl
H A DCloudHsmClusterInvalidConfigurationException.java113 Builder statusCode(int statusCode); in statusCode() method
149 public BuilderImpl statusCode(int statusCode) { in statusCode() method in CloudHsmClusterInvalidConfigurationException.BuilderImpl
H A DInvalidImportTokenException.java71 Builder statusCode(int statusCode); in statusCode() argument
107 public BuilderImpl statusCode(int statusCode) { in statusCode() argument
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/model/
H A Dbaseserviceexception.java36 Builder statusCode(int statusCode); in statusCode() method
72 public BuilderImpl statusCode(int statusCode) { in statusCode() method in JsonProtocolTestsException.BuilderImpl

12345678910>>...56