| /frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/ |
| D | HalException.java | 34 public final int errorCode; field in HalException 36 public HalException(int errorCode, @NonNull String message) { in HalException() 41 public HalException(int errorCode) { in HalException()
|
| D | RecoverableException.java | 38 public final int errorCode; field in RecoverableException 40 public RecoverableException(int errorCode, @NonNull String message) { in RecoverableException() 45 public RecoverableException(int errorCode) { in RecoverableException()
|
| /frameworks/base/core/java/android/os/ |
| D | ServiceSpecificException.java | 37 public final int errorCode; field in ServiceSpecificException 39 public ServiceSpecificException(int errorCode, @Nullable String message) { in ServiceSpecificException() 44 public ServiceSpecificException(int errorCode) { in ServiceSpecificException()
|
| D | UpdateEngineCallback.java | 47 public abstract void onPayloadApplicationComplete( in onPayloadApplicationComplete()
|
| /frameworks/base/core/tests/coretests/src/android/content/pm/parsing/result/ |
| D | ParseInputAndResultTest.kt | 77 fun errorCode() { in errorCode() method 78 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE in errorCode() constant 98 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE in errorCodeAndMessage() constant 109 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE in errorCodeAndMessageAndException() constant 121 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE in errorCarryResult() constant
|
| /frameworks/base/core/java/android/webkit/ |
| D | LegacyErrorStrings.java | 36 static String getString(int errorCode, Context context) { in getString() 44 private static int getResource(int errorCode) { in getResource()
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| D | PasswordValidationError.java | 39 public final int errorCode; field in PasswordValidationError 42 public PasswordValidationError(int errorCode) { in PasswordValidationError() 46 public PasswordValidationError(int errorCode, int requirement) { in PasswordValidationError()
|
| /frameworks/opt/net/voip/src/java/android/net/sip/ |
| D | SipSessionAdapter.java | 49 public void onCallChangeFailed(ISipSession session, int errorCode, in onCallChangeFailed() 53 public void onError(ISipSession session, int errorCode, String message) { in onError() 62 public void onRegistrationFailed(ISipSession session, int errorCode, in onRegistrationFailed()
|
| D | ISipSessionListener.aidl | 90 void onError(in ISipSession session, int errorCode, String errorMessage); in onError() 99 void onCallChangeFailed(in ISipSession session, int errorCode, in onCallChangeFailed() 124 void onRegistrationFailed(in ISipSession session, int errorCode, in onRegistrationFailed()
|
| D | SipSession.java | 184 public void onError(SipSession session, int errorCode, in onError() 195 public void onCallChangeFailed(SipSession session, int errorCode, in onCallChangeFailed() 223 public void onRegistrationFailed(SipSession session, int errorCode, in onRegistrationFailed() 524 public void onCallChangeFailed(ISipSession session, int errorCode, in createListener() 533 public void onError(ISipSession session, int errorCode, String message) { in createListener() 554 public void onRegistrationFailed(ISipSession session, int errorCode, in createListener()
|
| /frameworks/base/core/java/android/nfc/tech/ |
| D | BasicTagTechnology.java | 73 int errorCode = mTag.getTagService().connect(mTag.getServiceHandle(), in connect() local 104 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle()); in reconnect() local
|
| /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/ |
| D | MDNSFilteredDiscovery.java | 143 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed() 149 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed() 169 public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) { in onServiceFound()
|
| /frameworks/base/core/java/android/net/metrics/ |
| D | DhcpErrorEvent.java | 47 public final int errorCode; field in DhcpErrorEvent 76 public DhcpErrorEvent(int errorCode) { in DhcpErrorEvent() 108 public static int errorCodeWithOption(int errorCode, int option) { in errorCodeWithOption()
|
| /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
| D | CameraExceptionHandler.java | 48 public void onCameraError(int errorCode); in onCameraError() 82 public void onCameraError(final int errorCode) { in onCameraError()
|
| /frameworks/opt/net/voip/src/java/com/android/server/sip/ |
| D | SipSessionListenerProxy.java | 156 final int errorCode, final String message) { in onCallChangeFailed() 171 public void onError(final ISipSession session, final int errorCode, in onError() 219 final int errorCode, final String message) { in onRegistrationFailed()
|
| /frameworks/base/core/java/android/app/admin/ |
| D | StartInstallingUpdateCallback.aidl | 26 void onStartInstallingUpdateError(int errorCode, String errorMessage); in onStartInstallingUpdateError()
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
| D | EuiccCardErrorException.java | 81 public EuiccCardErrorException(@OperationCode int operationCode, int errorCode) { in EuiccCardErrorException() 95 public EuiccCardErrorException(@OperationCode int operationCode, int errorCode, in EuiccCardErrorException()
|
| /frameworks/native/libs/binder/ |
| D | Status.cpp | 86 Status::Status(int32_t exceptionCode, int32_t errorCode) in Status() 90 Status::Status(int32_t exceptionCode, int32_t errorCode, const String8& message) in Status() 218 void Status::setServiceSpecificError(int32_t errorCode, const String8& message) { in setServiceSpecificError()
|
| /frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/ |
| D | PackageInstallerImpl.java | 94 void installFailed(int errorCode, String errorDesc); in installFailed() 304 int errorCode = getPackageManagerErrorCode(status); in handleCommitCallback() local 317 int errorCode; in getPackageManagerErrorCode() local
|
| /frameworks/base/core/java/android/service/contentcapture/ |
| D | DataShareReadAdapter.java | 50 void onError(@DataShareError int errorCode); in onError()
|
| D | IDataShareReadAdapter.aidl | 24 void error(int errorCode); in error()
|
| /frameworks/base/telephony/java/android/telephony/ims/aidl/ |
| D | IRcsUceControllerCallback.aidl | 28 void onError(int errorCode); in onError()
|
| /frameworks/base/core/java/android/accounts/ |
| D | IAccountManagerResponse.aidl | 28 void onError(int errorCode, String errorMessage); in onError()
|
| /frameworks/base/core/java/android/view/contentcapture/ |
| D | DataShareWriteAdapter.java | 46 default void onError(@DataShareError int errorCode) { in onError()
|
| /frameworks/base/keystore/java/android/security/ |
| D | KeyStoreException.java | 32 public KeyStoreException(int errorCode, String message) { in KeyStoreException()
|