/aosp14/frameworks/base/core/java/android/os/ |
H A 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()
|
H A D | UpdateEngineCallback.java | 47 public abstract void onPayloadApplicationComplete( in onPayloadApplicationComplete()
|
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger_middleware/ |
H A 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()
|
H A 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | AcquisitionClient.java | 85 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 D | ErrorConsumer.java | 29 void onError(int errorCode, int vendorCode); in onError()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/ |
H A D | CameraInjectionSessionImpl.java | 155 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 D | PasswordValidationError.java | 40 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 D | LegacyErrorStrings.java | 36 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 D | SoundTriggerFailure.java | 84 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 D | ISatelliteTransmissionUpdateCallback.aidl | 33 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 D | SatelliteTransmissionUpdateCallback.java | 44 @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 D | ParseInputAndResultTest.kt | 79 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 D | DhcpErrorEvent.java | 49 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 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()
|
H A D | DiscoveryListenerMultiplexer.java | 133 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 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
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserJourneyLogger.java | 257 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 D | PackageInstallerImpl.java | 94 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 D | StartInstallingUpdateCallback.aidl | 26 void onStartInstallingUpdateError(int errorCode, String errorMessage); in onStartInstallingUpdateError()
|
/aosp14/frameworks/base/core/java/android/service/contentcapture/ |
H A D | DataShareReadAdapter.java | 48 void onError(@DataShareError int errorCode); in onError()
|
H A D | IDataShareReadAdapter.aidl | 24 void error(int errorCode); in error()
|
/aosp14/frameworks/base/core/java/android/speech/ |
H A D | IRecognitionServiceManagerCallback.aidl | 28 void onError(int errorCode); in onError()
|
/aosp14/frameworks/base/core/java/android/view/contentcapture/ |
H A D | DataShareWriteAdapter.java | 46 default void onError(@DataShareError int errorCode) { in onError()
|
/aosp14/frameworks/base/core/java/android/accounts/ |
H A D | IAccountManagerResponse.aidl | 28 void onError(int errorCode, String errorMessage); in onError()
|