Home
last modified time | relevance | path

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

12345678910>>...12

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DSQLDatastoreManagerTest.java93 int errorCode = in runInTransactionWithResult_throwsException_logsDbVersion() local
119 int errorCode = AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_FAILURE; in runInTransactionWithResult_throwsDataStoreExceptionExceptionDisable_logsDbVersion() local
149 int errorCode = AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_FAILURE; in runInTransactionWithResult_throwsDataStoreExceptionExceptionEnable_rethrows() local
171 int errorCode = in runInTransaction_throwsException_logsDbVersion() local
197 int errorCode = AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_FAILURE; in runInTransaction_throwsDataStoreExceptionExceptionDisable_logsDbVersion() local
223 int errorCode = AD_SERVICES_ERROR_REPORTED__ERROR_CODE__MEASUREMENT_DATASTORE_FAILURE; in runInTransaction_throwsDataStoreExceptionSamplingDisabled_logsDbVersion() local
254 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/AdServices/adservices/tests/test-util/java/com/android/adservices/mockito/
DExtendedMockitoExpectations.java288 public static void verifyErrorLogUtilErrorWithAnyException(int errorCode, int ppapiName) { in verifyErrorLogUtilErrorWithAnyException()
306 int errorCode, int ppapiName, VerificationMode mode) { in verifyErrorLogUtilErrorWithAnyException()
321 public static void verifyErrorLogUtilError(Throwable throwable, int errorCode, int ppapiName) { in verifyErrorLogUtilError()
338 Throwable throwable, int errorCode, int ppapiName, VerificationMode mode) { in verifyErrorLogUtilError()
352 public static void verifyErrorLogUtilError(int errorCode, int ppapiName) { in verifyErrorLogUtilError()
368 int errorCode, int ppapiName, VerificationMode mode) { in verifyErrorLogUtilError()
396 public void assertReceived(Expect expect, Throwable throwable, int errorCode, int ppapiName) in assertReceived()
411 public void assertReceived(Expect expect, int errorCode, int ppapiName) in assertReceived()
426 public final int errorCode; field in ExtendedMockitoExpectations.ErrorLogUtilInvocation
429 ErrorLogUtilInvocation(Throwable throwable, int errorCode, int ppapiName) { in ErrorLogUtilInvocation()
/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
116 int errorCode = 200; in testShouldLog_randomSampling_doesNotLog() local
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/errorlogging/
DAbstractAdServicesErrorLogger.java37 public void logError(int errorCode, int ppapiName) { in logError()
46 public void logErrorWithExceptionInfo(Throwable tr, int errorCode, int ppapiName) { in logErrorWithExceptionInfo()
58 protected abstract boolean isEnabled(int errorCode); in isEnabled()
61 void logErrorInternal(int errorCode, int ppapiName, Exception exception) { in logErrorInternal()
DAdServicesErrorLogger.java26 void logError(int errorCode, int ppapiName); in logError()
32 void logErrorWithExceptionInfo(Throwable tr, int errorCode, int ppapiName); in logErrorWithExceptionInfo()
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DOnDevicePersonalizationException.java86 public OnDevicePersonalizationException(@ErrorCode int errorCode) { in OnDevicePersonalizationException()
91 public OnDevicePersonalizationException( in OnDevicePersonalizationException()
98 public OnDevicePersonalizationException( in OnDevicePersonalizationException()
/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/services/Telephony/testapps/TestSatelliteApp/src/com/android/phone/testapps/satellitetestapp/
DSatelliteControl.java137 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestIsEnabledApp() local
165 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestIsDemoModeEnabledApp() local
193 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestIsSupportedApp() local
221 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestCapabilitiesApp() local
245 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestIsCommunicationAllowedForCurrentLocationApp() local
275 final AtomicReference<Integer> errorCode = new AtomicReference<>(); in requestTimeForNextSatelliteVisibilityApp() 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/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/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/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()
/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.java104 public void onError(int errorCode, int isolatedServiceErrorCode, String message, in onError()
111 @Override public void onError(int errorCode, int isolatedServiceErrorCode, String message, in onError()
120 public void onError(int errorCode, CalleeMetadata calleeMetadata) {} in onError()
/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()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/
DFinancedDeviceProvisioningController.java77 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
83 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DDeviceOwnerProvisioningController.java87 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
122 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DProfileOwnerProvisioningController.java73 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
78 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DAdminIntegratedFlowPrepareController.java92 protected String getErrorMsgId(AbstractProvisioningTask task, int errorCode) { in getErrorMsgId()
122 protected boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode) { in getRequireFactoryReset()
DAbstractProvisioningController.java104 protected abstract String getErrorMsgId(AbstractProvisioningTask task, int errorCode); in getErrorMsgId()
105 protected abstract boolean getRequireFactoryReset(AbstractProvisioningTask task, int errorCode); in getRequireFactoryReset()
172 public synchronized void onError(AbstractProvisioningTask task, int errorCode, in onError()
/packages/modules/RemoteKeyProvisioning/app/src/com/android/rkpdapp/
DRkpdException.java42 public RkpdException(ErrorCode errorCode, String message) { in RkpdException()
52 public RkpdException(ErrorCode errorCode, String message, Throwable cause) { in RkpdException()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/
DExampleStoreServiceProvider.java126 CallbackResult(IExampleStoreIterator iterator, int errorCode) { in CallbackResult()
155 public void onStartQueryFailure(int errorCode) { in runExampleStoreStartQuery()

12345678910>>...12