Home
last modified time | relevance | path

Searched defs:statusCode (Results 126 – 150 of 1379) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/bazelbuild-rules_android/src/tools/javatests/com/google/devtools/build/android/sandboxedsdktoolbox/utils/
H A DCommandResult.java20 private final int statusCode; field in CommandResult
23 CommandResult(int statusCode, String output) { in CommandResult()
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/
H A DHttpStatusException.java9 private final int statusCode; field in HttpStatusException
12 public HttpStatusException(String message, int statusCode, String url) { in HttpStatusException()
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/
H A DCredentialsEndpointRetryParametersTest.java40 Integer statusCode = new Integer(400); in defaultParams_withStatusCode() local
50 Integer statusCode = new Integer(500); in defaultParams_withStatusCodeAndException() local
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/
H A DFakeApiException.java40 public FakeApiException(Throwable cause, FakeStatusCode.Code statusCode, boolean retryable) { in FakeApiException()
46 String message, Throwable cause, FakeStatusCode.Code statusCode, boolean retryable) { in FakeApiException()
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/crossregion/
H A DS3CrossRegionAsyncClientTest.java139 …public static HttpExecuteResponse customHttpResponseWithUnknownErrorCode(int statusCode, String bu… in customHttpResponseWithUnknownErrorCode()
143 …public static HttpExecuteResponse customHttpResponse(int statusCode, String errorCode, String buck… in customHttpResponse()
250 Integer statusCode, Integer numberOfRequests, in given_CrossRegionClient_when_CallsHeadObjectErrors_then_ShouldTerminateTheAPI()
/aosp_15_r20/external/apache-http/src/org/apache/http/message/
H A DBasicStatusLine.java66 private final int statusCode; field in BasicStatusLine
80 public BasicStatusLine(final ProtocolVersion version, int statusCode, in BasicStatusLine()
/aosp_15_r20/cts/tests/tests/drm/src/android/drm/cts/
H A DDrmInfoStatusTest.java42 private static void checkInvalidStatusCode(int statusCode) throws Exception { in checkInvalidStatusCode()
53 private static void checkValidStatusCode(int statusCode) throws Exception { in checkValidStatusCode()
/aosp_15_r20/external/aws-sdk-java-v2/test/protocol-tests-core/src/main/java/software/amazon/awssdk/protocol/model/
H A DGivenResponse.java25 private Integer statusCode; field in GivenResponse
33 public void setStatusCode(Integer statusCode) { in setStatusCode()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/stats/
DEncodingJsFetchProcessLoggerImplTest.java75 int statusCode = ENCODING_FETCH_STATUS_SUCCESS; in testEncodingJsFetchStatsLogger_successLogging() local
98 int statusCode = ENCODING_FETCH_STATUS_SUCCESS; in testEncodingJsFetchStatsLogger_withoutJsDownloadStartTimestamp() local
/aosp_15_r20/packages/modules/Uwb/service/support_lib/test/
DRadarTests.java292 @FiraParams.StatusCode int statusCode = FiraParams.STATUS_CODE_OK; in testRadarData() local
328 assertEquals(data.getStatusCode(), statusCode); in testRadarData() local
338 assertEquals(fromBundle.getStatusCode(), statusCode); in testRadarData() local
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/data/
DUwbRadarData.java25 public int statusCode; field in UwbRadarData
34 int statusCode, in UwbRadarData()
/aosp_15_r20/frameworks/base/core/java/com/android/ims/internal/uce/options/
H A DIOptionsListener.aidl42 void serviceAvailable(in StatusCode statusCode); in serviceAvailable()
51 void serviceUnavailable(in StatusCode statusCode); in serviceUnavailable()
/aosp_15_r20/frameworks/base/core/java/com/android/ims/internal/uce/presence/
H A DIPresenceListener.aidl48 void serviceAvailable(in StatusCode statusCode); in serviceAvailable()
56 void serviceUnAvailable(in StatusCode statusCode); in serviceUnAvailable()
/aosp_15_r20/packages/modules/AdServices/adservices/framework/java/android/adservices/common/
DFledgeErrorResponse.java36 private FledgeErrorResponse(@StatusCode int statusCode, @Nullable String errorMessage) { in FledgeErrorResponse()
96 public FledgeErrorResponse.Builder setStatusCode(@StatusCode int statusCode) { in setStatusCode()
DAdServicesResponse.java65 protected AdServicesResponse(@StatusCode int statusCode, @Nullable String errorMessage) { in AdServicesResponse()
117 public AdServicesResponse.Builder setStatusCode(@StatusCode int statusCode) { in setStatusCode()
/aosp_15_r20/external/pigweed/pw_transfer/java/main/dev/pigweed/pw_transfer/
H A DTransfer.java316 void handleFinalChunk(int statusCode) throws TransferAbortedException; in handleFinalChunk()
337 public final void handleFinalChunk(int statusCode) throws TransferAbortedException { in handleFinalChunk()
554 public void handleFinalChunk(int statusCode) { in handleFinalChunk()
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20004/test-app/src/android/security/cts/CVE_2022_20004_test/
H A DPocActivity.java116 private void sendTestResult(int statusCode, String errorMessage) { in sendTestResult()
125 res.putInt(getString(R.string.status_key), statusCode); in sendTestResult() local
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraStatusCode.java32 private FiraStatusCode(@StatusCode int statusCode) { in FiraStatusCode()
79 public FiraStatusCode.Builder setStatusCode(int statusCode) { in setStatusCode()
DFiraDataTransferPhaseConfigStatusCode.java32 private FiraDataTransferPhaseConfigStatusCode( in FiraDataTransferPhaseConfigStatusCode()
82 public FiraDataTransferPhaseConfigStatusCode.Builder setStatusCode(int statusCode) { in setStatusCode()
DFiraMulticastListUpdateStatusCode.java32 private FiraMulticastListUpdateStatusCode(@MulticastListUpdateStatus int statusCode) { in FiraMulticastListUpdateStatusCode()
81 public FiraMulticastListUpdateStatusCode.Builder setStatusCode(int statusCode) { in setStatusCode()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
H A DApiExceptionFactoryTest.java166 private ApiException createException(StatusCode.Code statusCode) { in createException()
171 private ApiException createExceptionWithMessage(StatusCode.Code statusCode) { in createExceptionWithMessage()
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/
DAssocRejectEventInfo.java35 public final int statusCode; field in AssocRejectEventInfo
40 public AssocRejectEventInfo(@NonNull String ssid, @NonNull String bssid, int statusCode, in AssocRejectEventInfo()
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallFailed.java53 private void setExplanationFromErrorCode(int statusCode) { in setExplanationFromErrorCode()
85 int statusCode = intent.getIntExtra(PackageInstaller.EXTRA_STATUS, in onCreate() local
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/util/
H A DHttpResourcesUtils.java116 int statusCode = connection.getResponseCode(); in readResource() local
153 …private void handleErrorResponse(InputStream errorStream, int statusCode, String responseMessage) … in handleErrorResponse()
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/rftest/
DRfTestSessionStatus.java38 @StatusCode int statusCode) { in RfTestSessionStatus()
99 public RfTestSessionStatus.Builder setStatusCode(int statusCode) { in setStatusCode()

12345678910>>...56