Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 25 of 173) sorted by relevance

1234567

/aosp14/frameworks/base/core/java/android/os/
H A DServiceSpecificException.java37 public final int errorCode; field in ServiceSpecificException
39 public ServiceSpecificException(int errorCode, @Nullable String message) { in ServiceSpecificException()
44 public ServiceSpecificException(int errorCode) { in ServiceSpecificException()
H A DUpdateEngineCallback.java47 public abstract void onPayloadApplicationComplete( in onPayloadApplicationComplete()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/
H A DHalException.java34 public final int errorCode; field in HalException
36 public HalException(int errorCode, @NonNull String message) { in HalException()
41 public HalException(int errorCode) { in HalException()
H A DRecoverableException.java38 public final int errorCode; field in RecoverableException
40 public RecoverableException(int errorCode, @NonNull String message) { in RecoverableException()
45 public RecoverableException(int errorCode) { in RecoverableException()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DAcquisitionClient.java85 public void onError(int errorCode, int vendorCode) { in onError()
104 protected void onErrorInternal(int errorCode, int vendorCode, boolean finish) { in onErrorInternal()
113 errorCode, vendorCode, getTargetUserId()); in onErrorInternal() local
117 getListener().onError(getSensorId(), getCookie(), errorCode, vendorCode); in onErrorInternal() local
148 final int errorCode = BiometricConstants.BIOMETRIC_ERROR_CANCELED; in cancelWithoutStarting() local
151 getListener().onError(getSensorId(), getCookie(), errorCode, 0 /* vendorCode */); in cancelWithoutStarting() local
H A DErrorConsumer.java29 void onError(int errorCode, int vendorCode); in onError()
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraInjectionSessionImpl.java155 public void onInjectionError(final int errorCode) { in onInjectionError()
186 private void scheduleNotifyError(final int errorCode) { in scheduleNotifyError()
197 private void notifyError(final int errorCode) { in notifyError()
215 public void onInjectionError(int errorCode) { in onInjectionError()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordValidationError.java40 public final int errorCode; field in PasswordValidationError
43 public PasswordValidationError(int errorCode) { in PasswordValidationError()
47 public PasswordValidationError(int errorCode, int requirement) { in PasswordValidationError()
/aosp14/frameworks/base/core/java/android/webkit/
H A DLegacyErrorStrings.java36 static String getString(int errorCode, Context context) { in getString()
44 private static int getResource(int errorCode) { in getResource()
/aosp14/frameworks/base/core/java/android/service/voice/
H A DSoundTriggerFailure.java84 public SoundTriggerFailure(@SoundTriggerErrorCode int errorCode, @NonNull String errorMessage) { in SoundTriggerFailure()
91 public SoundTriggerFailure(@SoundTriggerErrorCode int errorCode, @NonNull String errorMessage, in SoundTriggerFailure()
139 private static int getSuggestedActionBasedOnErrorCode(@SoundTriggerErrorCode int errorCode) { in getSuggestedActionBasedOnErrorCode()
/aosp14/frameworks/base/telephony/java/android/telephony/satellite/
H A DISatelliteTransmissionUpdateCallback.aidl33 void onSendDatagramStateChanged(in int state, in int sendPendingCount, in int errorCode); in onSendDatagramStateChanged()
42 void onReceiveDatagramStateChanged(in int state, in int receivePendingCount, in int errorCode); in onReceiveDatagramStateChanged()
H A DSatelliteTransmissionUpdateCallback.java44 @SatelliteManager.SatelliteError int errorCode); in onSendDatagramStateChanged()
55 @SatelliteManager.SatelliteError int errorCode); in onReceiveDatagramStateChanged()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/parsing/result/
H A DParseInputAndResultTest.kt79 fun errorCode() { regex
80 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE regex
100 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE regex
111 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE regex
123 val errorCode = PackageManager.INSTALL_FAILED_UPDATE_INCOMPATIBLE regex
/aosp14/frameworks/base/core/java/android/net/metrics/
H A DDhcpErrorEvent.java49 public final int errorCode; field in DhcpErrorEvent
78 public DhcpErrorEvent(int errorCode) { in DhcpErrorEvent()
110 public static int errorCodeWithOption(int errorCode, int option) { in errorCodeWithOption()
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DMDNSFilteredDiscovery.java143 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()
H A DDiscoveryListenerMultiplexer.java133 public void onStartDiscoveryFailed(String serviceType, int errorCode) { in onStartDiscoveryFailed()
139 public void onStopDiscoveryFailed(String serviceType, int errorCode) { in onStopDiscoveryFailed()
/aosp14/frameworks/base/core/java/android/nfc/tech/
H A DBasicTagTechnology.java73 int errorCode = mTag.getTagService().connect(mTag.getServiceHandle(), in connect() local
104 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle()); in reconnect() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserJourneyLogger.java257 private static int errorToFinishState(@UserJourneyErrorCode int errorCode) { in errorToFinishState()
275 int userType, int userFlags, @UserJourneyErrorCode int errorCode) { in logUserLifecycleJourneyReported()
292 int targetUserId, int userType, int userFlags, int errorCode, long elapsedTime) { in writeUserLifecycleJourneyReported()
306 @UserLifecycleEventState int state, @UserJourneyErrorCode int errorCode) { in logUserLifecycleEventOccurred()
321 int errorCode) { in writeUserLifecycleEventOccurred()
432 UserInfo targetUser, @UserJourney int journey, @UserJourneyErrorCode int errorCode) { in logUserJourneyFinishWithError()
462 UserInfo targetUser, @UserJourney int journey, @UserJourneyErrorCode int errorCode) { in logDelayedUserJourneyFinishWithError()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
H A DPackageInstallerImpl.java94 void installFailed(int errorCode, String errorDesc); in installFailed()
306 int errorCode = getPackageManagerErrorCode(status); in handleCommitCallback() local
319 int errorCode; in getPackageManagerErrorCode() local
/aosp14/frameworks/base/core/java/android/app/admin/
H A DStartInstallingUpdateCallback.aidl26 void onStartInstallingUpdateError(int errorCode, String errorMessage); in onStartInstallingUpdateError()
/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DDataShareReadAdapter.java48 void onError(@DataShareError int errorCode); in onError()
H A DIDataShareReadAdapter.aidl24 void error(int errorCode); in error()
/aosp14/frameworks/base/core/java/android/speech/
H A DIRecognitionServiceManagerCallback.aidl28 void onError(int errorCode); in onError()
/aosp14/frameworks/base/core/java/android/view/contentcapture/
H A DDataShareWriteAdapter.java46 default void onError(@DataShareError int errorCode) { in onError()
/aosp14/frameworks/base/core/java/android/accounts/
H A DIAccountManagerResponse.aidl28 void onError(int errorCode, String errorMessage); in onError()

1234567