Home
last modified time | relevance | path

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

12345678910>>...13

/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/
DSQLDatastoreManagerTest.java78 int errorCode = in runInTransactionWithResult_throwsException_logsDbVersion() local
106 int errorCode = AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_FAILURE; in runInTransactionWithResult_throwsDataStoreExceptionExceptionDisable_logsDbVersion() local
138 int errorCode = AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_FAILURE; in runInTransactionWithResult_throwsDataStoreExceptionExceptionEnable_rethrows() local
160 int errorCode = in runInTransaction_throwsException_logsDbVersion() local
188 int errorCode = AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_FAILURE; in runInTransaction_throwsDataStoreExceptionExceptionDisable_logsDbVersion() local
216 int errorCode = AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_FAILURE; in runInTransaction_throwsDataStoreExceptionSamplingDisabled_logsDbVersion() local
249 int errorCode = AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_FAILURE; in runInTransaction_throwsDataStoreExceptionExceptionEnable_logsDbVersion() local
/packages/services/Car/cpp/computepipe/runner/graph/
DLocalPrebuiltGraph.cpp70 PrebuiltComputepipeRunner_ErrorCode errorCode = in handleConfigPhase() local
82 PrebuiltComputepipeRunner_ErrorCode errorCode = in handleConfigPhase() local
125 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(reinterpret_cast<void*>(this)); in handleExecutionPhase() local
268 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in GetStatus() local
280 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(nullptr, 0, &errorMessageSize); in GetErrorMessage() local
299 PrebuiltComputepipeRunner_ErrorCode errorCode = in SetInputStreamData() local
316 PrebuiltComputepipeRunner_ErrorCode errorCode = in SetInputStreamPixelData() local
327 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(flushOutputFrames); in StopGraphExecution() local
337 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in StartGraphProfiling() local
343 PrebuiltComputepipeRunner_ErrorCode errorCode = mappedFn(); in StopGraphProfiling() local
[all …]
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/
DOdpServiceException.java29 public OdpServiceException(int errorCode) { in OdpServiceException()
33 public OdpServiceException(int errorCode, @NonNull String errorMessage) { in OdpServiceException()
38 public OdpServiceException(int errorCode, @NonNull Throwable cause) { in OdpServiceException()
43 int errorCode, @NonNull String errorMessage, @NonNull Throwable cause) { in OdpServiceException()
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DOnDevicePersonalizationException.java124 public OnDevicePersonalizationException(@ErrorCode int errorCode) { in OnDevicePersonalizationException()
129 public OnDevicePersonalizationException( in OnDevicePersonalizationException()
136 public OnDevicePersonalizationException( in OnDevicePersonalizationException()
143 public OnDevicePersonalizationException( in OnDevicePersonalizationException()
157 public static boolean isValidErrorCode(int errorCode) { in isValidErrorCode()
DIsolatedServiceException.java40 public IsolatedServiceException(int errorCode) { in IsolatedServiceException()
54 int errorCode, in IsolatedServiceException()
70 int errorCode, in IsolatedServiceException()
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/errorlogging/
DErrorCodeSamplerTest.java61 int errorCode = 200; in testShouldLog_randomSampling_loggingSuccess() local
88 int errorCode = 101; in testShouldLog_noSampling_errorCodeNotPresent() local
103 int errorCode = 101; in testShouldLog_noSampling_emptyMap() local
117 int errorCode = 200; in testShouldLog_randomSampling_doesNotLog() local
/packages/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/
DSatelliteControl.java159 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestIsEnabledApp() local
187 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestIsDemoModeEnabledApp() local
215 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestIsSupportedApp() local
243 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestCapabilitiesApp() local
267 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestIsCommunicationAllowedForCurrentLocationApp() local
297 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestTimeForNextSatelliteVisibilityApp() local
412 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestSatelliteSubscriberProvisionStatusApp() local
443 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in provisionSatelliteApp() local
475 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in deprovisionSatelliteApp() local
DSendReceive.java104 public void onSendDatagramStateChanged(int state, int sendPendingCount, int errorCode) { in onSendDatagramStateChanged()
112 int datagramType, int state, int sendPendingCount, int errorCode) { in onSendDatagramStateChanged()
120 int state, int receivePendingCount, int errorCode) { in onReceiveDatagramStateChanged()
228 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in setupForTransferringDatagram() local
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/errorlogging/
DAdServicesErrorLogger.java29 void logError(int errorCode, int ppapiName); in logError()
35 void logErrorWithExceptionInfo(Throwable tr, int errorCode, int ppapiName); in logErrorWithExceptionInfo()
42 void logError(Throwable tr, int errorCode, int ppapiName); in logError()
DAbstractAdServicesErrorLogger.java38 public void logError(int errorCode, int ppapiName) { in logError()
45 public void logErrorWithExceptionInfo(Throwable tr, int errorCode, int ppapiName) { in logErrorWithExceptionInfo()
57 public void logError(Throwable tr, int errorCode, int ppapiName) { in logError()
62 protected abstract boolean isEnabled(int errorCode); in isEnabled()
65 void logErrorInternal(Throwable tr, int errorCode, int ppapiName, boolean isSearchingCause) { in logErrorInternal()
/packages/modules/ExtServices/java/tests/src/android/ext/services/displayhash/
DDisplayHashingServiceImplTest.java81 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_nullSalt() local
89 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_invalidHashAlgorithm() local
103 int errorCode = mDisplayHashResultCallback.getError(); in testOnGenerateDisplayHash_nullBuffer() local
170 public void onDisplayHashError(int errorCode) { in onDisplayHashError()
/packages/modules/ConfigInfrastructure/framework/java/android/os/flagging/
DAconfigStorageReadException.java103 public AconfigStorageReadException(@ErrorCode int errorCode, @NonNull String msg) { in AconfigStorageReadException()
117 public AconfigStorageReadException( in AconfigStorageReadException()
130 public AconfigStorageReadException(@ErrorCode int errorCode, @NonNull Throwable cause) { in AconfigStorageReadException()
/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectException.java83 public HealthConnectException(@ErrorCode int errorCode, @Nullable String message) { in HealthConnectException()
96 public HealthConnectException( in HealthConnectException()
108 public HealthConnectException(@ErrorCode int errorCode) { in HealthConnectException()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/cobalt/
DMeasurementCobaltLogger.java164 int errorCode, in logRegistrationStatus()
190 int errorCode, in logAttributionStatusWithAppName()
215 int errorCode, in logReportingStatusWithAppName()
261 private static int getRegistrationStatusEvent(int statusCode, int errorCode) { in getRegistrationStatusEvent()
277 private static int getAttributionStatusEvent(int statusCode, int errorCode) { in getAttributionStatusEvent()
302 private static int getReportingStatusEvent(int statusCode, int errorCode) { in getReportingStatusEvent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/metriclogger/
DCelMetricLogger.java95 public void logError(int errorCode, int ppapiName) {} in logError()
98 public void logErrorWithExceptionInfo(Throwable tr, int errorCode, int ppapiName) {} in logErrorWithExceptionInfo()
101 public void logError(Throwable tr, int errorCode, int ppapiName) {} in logError()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DDataModelException.java61 public DataModelException(final int errorCode, final Exception innerException, in DataModelException()
81 public DataModelException(final int errorCode) { in DataModelException()
85 public DataModelException(final int errorCode, final Exception innerException) { in DataModelException()
89 public DataModelException(final int errorCode, final String message) { in DataModelException()
/packages/modules/AdServices/adservices/tests/test-util/java/com/android/adservices/common/logging/
DErrorLogUtilCall.java47 public ErrorLogUtilCall(Class<? extends Throwable> throwable, int errorCode, int ppapiName) { in ErrorLogUtilCall()
53 Class<? extends Throwable> throwable, int errorCode, int ppapiName, int times) { in ErrorLogUtilCall()
64 public static ErrorLogUtilCall createWithNoException(int errorCode, int ppapiName, int times) { in createWithNoException()
74 @Nullable Throwable throwable, int errorCode, int ppapiName, int times) { in createWithNullableThrowable()
DErrorLogUtilSyncCallback.java56 public void assertReceived(Expect expect, Throwable throwable, int errorCode, int ppapiName) in assertReceived()
66 Expect expect, Throwable throwable, int errorCode, int ppapiName, int numExpectedCalls) in assertReceived()
76 public void assertReceived(Expect expect, int errorCode, int ppapiName) in assertReceived()
85 public void assertReceived(Expect expect, int errorCode, int ppapiName, int numExpectedCalls) in assertReceived()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/errorlogging/
DErrorLogUtil.java31 public static void e(Throwable tr, int errorCode, int ppapiName) { in e()
36 public static void e(int errorCode, int ppapiName) { in e()
DAdServicesErrorLoggerImpl.java89 protected boolean isEnabled(int errorCode) { in isEnabled()
112 protected boolean isEnabled(int errorCode) { in isEnabled()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DAuthenticationFailureEventInfo.java31 public final int errorCode; field in AuthenticationFailureEventInfo
34 int reasonCode, int errorCode) { in AuthenticationFailureEventInfo()
/packages/modules/AdServices/adservices/framework/java/android/adservices/exceptions/
DAdServicesNetworkException.java84 public AdServicesNetworkException(@ErrorCode int errorCode) { in AdServicesNetworkException()
112 private void checkErrorCode(@ErrorCode int errorCode) { in checkErrorCode()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/serviceflow/
DServiceFlowFactoryTest.java137 public void onError(int errorCode, int isolatedServiceErrorCode, in onError()
144 @Override public void onError(int errorCode, int isolatedServiceErrorCode, in onError()
153 public void onError(int errorCode, CalleeMetadata calleeMetadata) {} in onError()
/packages/apps/Settings/src/com/android/settings/privatespace/
DPrivateSpaceCreationFragment.java145 int errorCode = PrivateSpaceMaintainer.getInstance( in createPrivateSpace() local
149 errorCode); in createPrivateSpace() local
167 private void showPrivateSpaceErrorScreen(int errorCode) { in showPrivateSpaceErrorScreen()
/packages/modules/Nfc/framework/java/android/nfc/tech/
DBasicTagTechnology.java73 int errorCode = mTag.getTagService().connect(mTag.getServiceHandle(), in connect() local
104 int errorCode = mTag.getTagService().reconnect(mTag.getServiceHandle()); in reconnect() local

12345678910>>...13