Home
last modified time | relevance | path

Searched defs:statusCode (Results 76 – 100 of 1379) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/toolbox/
H A DBasicAsyncNetwork.java80 final int statusCode = httpResponse.getStatusCode(); in onRequestSucceeded() local
210 int statusCode, in onResponseRead()
247 int statusCode; field in BasicAsyncNetwork.ResponseParsingTask
256 int statusCode) { in ResponseParsingTask()
/aosp_15_r20/frameworks/base/drm/java/android/drm/
H A DDrmInfoStatus.java48 public final int statusCode; field in DrmInfoStatus
76 public DrmInfoStatus(int statusCode, int infoType, ProcessedData data, String mimeType) { in DrmInfoStatus()
95 private boolean isValidStatusCode(int statusCode) { in isValidStatusCode()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
H A DPermissionDeniedException.java34 public PermissionDeniedException(Throwable cause, StatusCode statusCode, boolean retryable) { in PermissionDeniedException()
39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in PermissionDeniedException()
44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in PermissionDeniedException()
H A DUnimplementedException.java36 public UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnimplementedException()
41 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnimplementedException()
46 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnimplementedException()
H A DUnknownException.java39 public UnknownException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnknownException()
44 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnknownException()
49 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnknownException()
H A DNotFoundException.java34 public NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable) { in NotFoundException()
39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in NotFoundException()
44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in NotFoundException()
H A DInvalidArgumentException.java38 public InvalidArgumentException(Throwable cause, StatusCode statusCode, boolean retryable) { in InvalidArgumentException()
43 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in InvalidArgumentException()
48 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in InvalidArgumentException()
H A DAlreadyExistsException.java37 public AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable) { in AlreadyExistsException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in AlreadyExistsException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in AlreadyExistsException()
H A DInternalException.java37 public InternalException(Throwable cause, StatusCode statusCode, boolean retryable) { in InternalException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in InternalException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in InternalException()
H A DUnauthenticatedException.java37 public UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnauthenticatedException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnauthenticatedException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnauthenticatedException()
H A DAbortedException.java37 public AbortedException(Throwable cause, StatusCode statusCode, boolean retryable) { in AbortedException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in AbortedException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in AbortedException()
H A DCancelledException.java34 public CancelledException(Throwable cause, StatusCode statusCode, boolean retryable) { in CancelledException()
39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in CancelledException()
44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in CancelledException()
H A DUnavailableException.java37 public UnavailableException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnavailableException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnavailableException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnavailableException()
H A DResourceExhaustedException.java37 public ResourceExhaustedException(Throwable cause, StatusCode statusCode, boolean retryable) { in ResourceExhaustedException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in ResourceExhaustedException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in ResourceExhaustedException()
H A DOutOfRangeException.java37 public OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable) { in OutOfRangeException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in OutOfRangeException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in OutOfRangeException()
H A DFailedPreconditionException.java38 public FailedPreconditionException(Throwable cause, StatusCode statusCode, boolean retryable) { in FailedPreconditionException()
43 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in FailedPreconditionException()
48 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in FailedPreconditionException()
H A DDataLossException.java34 public DataLossException(Throwable cause, StatusCode statusCode, boolean retryable) { in DataLossException()
39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in DataLossException()
44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in DataLossException()
H A DDeadlineExceededException.java39 public DeadlineExceededException(Throwable cause, StatusCode statusCode, boolean retryable) { in DeadlineExceededException()
44 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in DeadlineExceededException()
49 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in DeadlineExceededException()
H A DApiExceptionFactory.java40 Throwable cause, StatusCode statusCode, boolean retryable) { in createException()
45 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in createException()
85 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in createException()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
H A DHttpJsonApiExceptionFactory.java51 StatusCode statusCode = HttpJsonStatusCode.of(e.getStatusCode()); in create() local
57 StatusCode statusCode = HttpJsonStatusCode.of(e.getStatusCode()); in create() local
73 Throwable throwable, StatusCode statusCode, String message, boolean canRetry) { in createApiException()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/
H A DFakeStatusException.java54 public FakeStatusException(FakeStatusCode.Code statusCode) { in FakeStatusException()
59 public FakeStatusException(Throwable cause, FakeStatusCode.Code statusCode) { in FakeStatusException()
64 public FakeStatusException(String message, Throwable cause, FakeStatusCode.Code statusCode) { in FakeStatusException()
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalHidlImplTest.java1411 int statusCode = ISupplicantStaIfaceCallback.StatusCode.UNSPECIFIED_FAILURE; in testWpa3AuthRejectionPassword() local
1413 NativeUtil.macAddressToByteArray(BSSID), statusCode, false); in testWpa3AuthRejectionPassword() local
1445 int statusCode = ISupplicantStaIfaceCallback.StatusCode.UNSPECIFIED_FAILURE; in testWpa3AuthRejectionPassword_1_4() local
1523 int statusCode = ISupplicantStaIfaceCallback.StatusCode.CHALLENGE_FAIL; in testWpa3AuthRejectionDueToChallengeFail() local
1525 NativeUtil.macAddressToByteArray(BSSID), statusCode, false); in testWpa3AuthRejectionDueToChallengeFail() local
1556 int statusCode = ISupplicantStaIfaceCallback.StatusCode.CHALLENGE_FAIL; in testWepAuthRejectionPassword() local
1558 NativeUtil.macAddressToByteArray(BSSID), statusCode, false); in testWepAuthRejectionPassword() local
1682 int statusCode = 7; in testAssociationRejectionCallback() local
1684 NativeUtil.macAddressToByteArray(BSSID), statusCode, false); in testAssociationRejectionCallback() local
2570 int statusCode = 7; in testRemovePmkEntryOnReceivingAssocReject() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHapClientCallback.aidl31 void onPresetSelectionFailed(in BluetoothDevice device, in int statusCode); in onPresetSelectionFailed()
32 void onPresetSelectionForGroupFailed(in int hapGroupId, in int statusCode); in onPresetSelectionForGroupFailed()
35 in int statusCode); in onPresetInfoChanged()
/aosp_15_r20/out/soong/.intermediates/packages/modules/AdServices/adservices/service-core/adservices-service-core/android_common_apex30/javac/anno/com/android/adservices/service/stats/
DAutoValue_AdFilteringProcessJoinCAReportedStats.java8 private final int statusCode; field in AutoValue_AdFilteringProcessJoinCAReportedStats
35 int statusCode, in AutoValue_AdFilteringProcessJoinCAReportedStats()
204 private int statusCode; field in AutoValue_AdFilteringProcessJoinCAReportedStats.Builder
221 public AdFilteringProcessJoinCAReportedStats.Builder setStatusCode(int statusCode) { in setStatusCode()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/testing/
H A DMockHttpService.java97 public synchronized void addNullResponse(int statusCode) { in addNullResponse()
112 public synchronized void addException(int statusCode, Exception exception) { in addException()
169 private final int statusCode; field in MockHttpService.ExceptionResponseFactory
172 public ExceptionResponseFactory(int statusCode, Exception exception) { in ExceptionResponseFactory()

12345678910>>...56