/frameworks/base/libs/appfunctions/java/com/android/extensions/appfunctions/ |
D | AppFunctionException.java | 125 private final int mErrorCode; field in AppFunctionException 136 mErrorCode = errorCode; in AppFunctionException() 144 return mErrorCode; in getErrorCode() 168 if (mErrorCode >= 1000 && mErrorCode < 2000) { in getErrorCategory() 171 if (mErrorCode >= 2000 && mErrorCode < 3000) { in getErrorCategory() 174 if (mErrorCode >= 3000 && mErrorCode < 4000) { in getErrorCategory()
|
/frameworks/base/core/java/android/app/appfunctions/ |
D | AppFunctionException.java | 139 private final int mErrorCode; field in AppFunctionException 159 mErrorCode = errorCode; in AppFunctionException() 165 mErrorCode = in.readInt(); in AppFunctionException() 173 return mErrorCode; in getErrorCode() 197 if (mErrorCode >= 1000 && mErrorCode < 2000) { in getErrorCategory() 200 if (mErrorCode >= 2000 && mErrorCode < 3000) { in getErrorCategory() 203 if (mErrorCode >= 3000 && mErrorCode < 4000) { in getErrorCategory() 222 dest.writeInt(mErrorCode); in writeToParcel()
|
/frameworks/base/media/java/android/media/metrics/ |
D | PlaybackErrorEvent.java | 133 private final int mErrorCode; field in PlaybackErrorEvent 190 this.mErrorCode = errorCode; in PlaybackErrorEvent() 208 return mErrorCode; in getErrorCode() 246 + "errorCode = " + mErrorCode + ", " in toString() 258 && mErrorCode == that.mErrorCode in equals() 265 return Objects.hash(mExceptionStack, mErrorCode, mSubErrorCode, in hashCode() 275 dest.writeInt(mErrorCode); in writeToParcel() 295 this.mErrorCode = errorCode; in PlaybackErrorEvent() 320 private int mErrorCode = ERROR_UNKNOWN; field in PlaybackErrorEvent.Builder 344 mErrorCode = value; in setErrorCode() [all …]
|
D | EditingEndedEvent.java | 164 private final @ErrorCode int mErrorCode; field in EditingEndedEvent 229 mErrorCode = errorCode; in EditingEndedEvent() 256 return mErrorCode; in getErrorCode() 332 + mErrorCode in toString() 361 && mErrorCode == that.mErrorCode in equals() 375 mErrorCode, in hashCode() 388 dest.writeInt(mErrorCode); in writeToParcel() 406 mErrorCode = in.readInt(); in EditingEndedEvent() 436 private @ErrorCode int mErrorCode; field in EditingEndedEvent.Builder 452 mErrorCode = ERROR_CODE_NONE; in Builder() [all …]
|
/frameworks/base/packages/NeuralNetworks/framework/module/java/android/app/ondeviceintelligence/ |
D | OnDeviceIntelligenceException.java | 134 private final int mErrorCode; field in OnDeviceIntelligenceException 139 return mErrorCode; in getErrorCode() 160 this.mErrorCode = errorCode; in OnDeviceIntelligenceException() 173 this.mErrorCode = errorCode; in OnDeviceIntelligenceException() 186 this.mErrorCode = errorCode; in OnDeviceIntelligenceException() 197 this.mErrorCode = errorCode; in OnDeviceIntelligenceException()
|
/frameworks/base/packages/NeuralNetworks/framework/platform/java/android/app/ondeviceintelligence/ |
D | OnDeviceIntelligenceException.java | 134 private final int mErrorCode; field in OnDeviceIntelligenceException 139 return mErrorCode; in getErrorCode() 160 this.mErrorCode = errorCode; in OnDeviceIntelligenceException() 173 this.mErrorCode = errorCode; in OnDeviceIntelligenceException() 186 this.mErrorCode = errorCode; in OnDeviceIntelligenceException() 197 this.mErrorCode = errorCode; in OnDeviceIntelligenceException()
|
/frameworks/base/core/java/android/service/voice/ |
D | VisualQueryDetectionServiceFailure.java | 83 private int mErrorCode = ERROR_CODE_UNKNOWN; field in VisualQueryDetectionServiceFailure 94 mErrorCode = errorCode; in VisualQueryDetectionServiceFailure() 103 return mErrorCode; in getErrorCode() 119 switch (mErrorCode) { in getSuggestedAction() 139 dest.writeInt(mErrorCode); in writeToParcel() 145 return "VisualQueryDetectionServiceFailure { errorCode = " + mErrorCode in toString()
|
D | HotwordDetectionServiceFailure.java | 106 private int mErrorCode = ERROR_CODE_UNKNOWN; field in HotwordDetectionServiceFailure 117 mErrorCode = errorCode; in HotwordDetectionServiceFailure() 126 return mErrorCode; in getErrorCode() 142 switch (mErrorCode) { in getSuggestedAction() 163 dest.writeInt(mErrorCode); in writeToParcel() 169 return "HotwordDetectionServiceFailure { errorCode = " + mErrorCode + ", errorMessage = " in toString()
|
D | SoundTriggerFailure.java | 76 private final int mErrorCode; field in SoundTriggerFailure 101 mErrorCode = errorCode; in SoundTriggerFailure() 120 return mErrorCode; in getErrorCode() 159 dest.writeInt(mErrorCode); in writeToParcel() 166 + " errorCode = " + mErrorCode in toString()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCardErrorException.java | 72 private final int mErrorCode; field in EuiccCardErrorException 83 mErrorCode = errorCode; in EuiccCardErrorException() 98 mErrorCode = errorCode; in EuiccCardErrorException() 104 return mErrorCode; in getErrorCode() 120 return "EuiccCardError: mOperatorCode=" + mOperationCode + ", mErrorCode=" + mErrorCode in getMessage()
|
/frameworks/base/core/java/android/os/ |
D | UpdateEngine.java | 508 private @ErrorCode int mErrorCode = ErrorCodeConstants.SUCCESS; field in UpdateEngine.AllocateSpaceResult 525 return mErrorCode; in getErrorCode() 547 if (mErrorCode == ErrorCodeConstants.SUCCESS) { in getFreeSpaceRequired() 550 if (mErrorCode == ErrorCodeConstants.NOT_ENOUGH_SPACE) { in getFreeSpaceRequired() 554 "getFreeSpaceRequired() is not available when error code is %d", mErrorCode)); in getFreeSpaceRequired() 591 result.mErrorCode = result.mFreeSpaceRequired == 0 in allocateSpace() 596 result.mErrorCode = e.errorCode; in allocateSpace() 605 private int mErrorCode = ErrorCodeConstants.ERROR; field in UpdateEngine.CleanupAppliedPayloadCallback 617 return mErrorCode; in getResult() 628 mErrorCode = errorCode; in onPayloadApplicationComplete()
|
/frameworks/av/media/tests/benchmark/src/native/encoder/ |
D | Encoder.cpp | 37 mErrorCode = AMEDIA_ERROR_IO; in onInputAvailable() 45 mErrorCode = AMEDIA_ERROR_MALFORMED; in onInputAvailable() 62 mErrorCode = AMEDIA_ERROR_MALFORMED; in onInputAvailable() 71 mErrorCode = AMEDIA_ERROR_MALFORMED; in onInputAvailable() 80 mErrorCode = AMEDIA_ERROR_MALFORMED; in onInputAvailable() 107 mErrorCode = status; in onInputAvailable() 153 mErrorCode = err; in onError() 263 mErrorCode = (media_status_t)inIdx; in encode() 264 return mErrorCode; in encode() 284 mErrorCode = (media_status_t)outIdx; in encode() [all …]
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/ |
D | UceDeviceState.java | 97 final @ErrorCode Optional<Integer> mErrorCode; field in UceDeviceState.DeviceStateResult 104 mErrorCode = errorCode; in DeviceStateResult() 140 return mErrorCode; in getErrorCode() 164 mErrorCode.equals(otherDeviceState.getErrorCode()) && in isDeviceStateEqual() 189 private @ErrorCode Optional<Integer> mErrorCode; field in UceDeviceState 204 mErrorCode = deviceState.get().getErrorCode(); in UceDeviceState() 209 mErrorCode = Optional.empty(); in UceDeviceState() 238 return new DeviceStateResult(mDeviceState, mErrorCode, mRequestRetryTime, mExitStateTime); in getCurrentState() 365 if (!mErrorCode.equals(newErrorCode)) { in updateErrorCode() 366 mErrorCode = newErrorCode; in updateErrorCode() [all …]
|
/frameworks/native/libs/binder/ |
D | Status.cpp | 88 mErrorCode(errorCode) {} in Status() 92 mErrorCode(errorCode), in Status() 165 status = parcel.readInt32(&mErrorCode); in readFromParcel() 199 return mErrorCode; in writeToParcel() 213 status = parcel->writeInt32(mErrorCode); in writeToParcel() 229 mErrorCode = ex == EX_TRANSACTION_FAILED ? FAILED_TRANSACTION : NO_ERROR; in setException() 235 mErrorCode = errorCode; in setServiceSpecificError() 240 mErrorCode = status; in setFromStatusT() 251 ret.appendFormat("%d: ", mErrorCode); in toString8() 253 ret.appendFormat("%s: ", statusToString(mErrorCode).c_str()); in toString8()
|
/frameworks/av/media/tests/benchmark/src/native/decoder/ |
D | Decoder.cpp | 57 mErrorCode = AMEDIA_ERROR_IO; in onInputAvailable() 69 mErrorCode = (media_status_t)flag; in onInputAvailable() 82 mErrorCode = status; in onInputAvailable() 137 mErrorCode = err; in onError() 189 mErrorCode = (media_status_t)inIdx; in decode() 190 return mErrorCode; in decode() 210 mErrorCode = (media_status_t)outIdx; in decode() 211 return mErrorCode; in decode() 220 return mErrorCode; in decode()
|
/frameworks/base/core/java/android/credentials/selection/ |
D | FailureResult.java | 62 private final int mErrorCode; field in FailureResult 96 mErrorCode = errorCode; in FailureResult() 103 return mErrorCode; in getErrorCode() 117 switch (mErrorCode) { in errorCodeToResultCode()
|
/frameworks/base/keystore/java/android/security/ |
D | KeyStoreException.java | 260 private final int mErrorCode; field in KeyStoreException 282 mErrorCode = errorCode; in KeyStoreException() 293 mErrorCode = errorCode; in KeyStoreException() 302 mErrorCode = errorCode; in KeyStoreException() 304 if (mErrorCode != ResponseCode.OUT_OF_KEYS) { in KeyStoreException() 316 return mErrorCode; in getErrorCode() 326 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in getNumericErrorCode() 339 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in isTransientFailure() 341 if (mRkpStatus != RKP_SUCCESS && mErrorCode == ResponseCode.OUT_OF_KEYS) { in isTransientFailure() 362 PublicErrorInformation failureInfo = getErrorInformation(mErrorCode); in requiresUserAuthentication() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | SmsResponse.java | 41 public int mErrorCode; field in SmsResponse 53 mErrorCode = errorCode; in SmsResponse() 60 + ", mErrorCode = " + mErrorCode in toString()
|
/frameworks/base/core/java/android/content/pm/parsing/result/ |
D | ParseTypeImpl.java | 48 private int mErrorCode = PackageManager.INSTALL_SUCCEEDED; field in ParseTypeImpl 112 mErrorCode = PackageManager.INSTALL_SUCCEEDED; 127 if (mErrorCode != PackageManager.INSTALL_SUCCEEDED) { 220 mErrorCode = errorCode; 247 return mErrorCode == PackageManager.INSTALL_SUCCEEDED; 257 return mErrorCode;
|
/frameworks/base/media/java/android/media/ |
D | MediaCasStateException.java | 27 private final int mErrorCode; field in MediaCasStateException 32 mErrorCode = err; in MediaCasStateException() 115 return mErrorCode; in getErrorCode()
|
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/request/ |
D | SubscriptionTerminatedHelper.java | 48 private final @ErrorCode Optional<Integer> mErrorCode; field in SubscriptionTerminatedHelper.TerminatedResult 52 mErrorCode = errorCode; in TerminatedResult() 61 return mErrorCode; in getErrorCode() 71 .append("errorCode=").append(mErrorCode) in toString()
|
D | UceRequestCoordinator.java | 171 private final Optional<Integer> mErrorCode; field in UceRequestCoordinator.RequestResult 188 mErrorCode = Optional.empty(); in RequestResult() 210 mErrorCode = Optional.of(errorCode); in RequestResult() 228 return mErrorCode; in getErrorCode()
|
/frameworks/native/libs/binder/include/binder/ |
D | Status.h | 141 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK; in transactionError() 144 return mException == EX_SERVICE_SPECIFIC ? mErrorCode : 0; in serviceSpecificErrorCode() 166 int32_t mErrorCode = 0; variable
|
/frameworks/native/include/binder/ |
D | Status.h | 141 return mException == EX_TRANSACTION_FAILED ? mErrorCode : OK; in transactionError() 144 return mException == EX_SERVICE_SPECIFIC ? mErrorCode : 0; in serviceSpecificErrorCode() 166 int32_t mErrorCode = 0; variable
|
/frameworks/base/services/tests/security/intrusiondetection/src/com/android/server/security/intrusiondetection/ |
D | IntrusionDetectionServiceTest.java | 216 assertNull(ccb.mErrorCode); in testRemoveStateCallback() 243 assertNull(ccb.mErrorCode); in testEnable_FromDisabled_TwoStateCallbacks() 264 assertNull(ccb.mErrorCode); in testEnable_FromEnabled_TwoStateCallbacks() 284 assertNull(ccb.mErrorCode); in testDisable_FromDisabled_TwoStateCallbacks() 311 assertNull(ccb.mErrorCode); in testDisable_FromEnabled_TwoStateCallbacks() 334 assertNotNull(ccb.mErrorCode); in testEnable_FromDisable_TwoStateCallbacks_TransportUnavailable() 335 assertEquals(ERROR_TRANSPORT_UNAVAILABLE, ccb.mErrorCode.intValue()); in testEnable_FromDisable_TwoStateCallbacks_TransportUnavailable() 512 Integer mErrorCode = null; field in IntrusionDetectionServiceTest.CommandCallback 515 mErrorCode = null; in reset() 525 mErrorCode = errorCode; in onFailure()
|