/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/ |
D | SQLDatastoreManagerTest.java | 78 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/ |
D | LocalPrebuiltGraph.cpp | 70 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/ |
D | OdpServiceException.java | 29 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/ |
D | OnDevicePersonalizationException.java | 124 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()
|
D | IsolatedServiceException.java | 40 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/ |
D | ErrorCodeSamplerTest.java | 61 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/ |
D | SatelliteControl.java | 159 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
|
D | SendReceive.java | 104 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/ |
D | AdServicesErrorLogger.java | 29 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()
|
D | AbstractAdServicesErrorLogger.java | 38 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/ |
D | DisplayHashingServiceImplTest.java | 81 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/ |
D | AconfigStorageReadException.java | 103 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/ |
D | HealthConnectException.java | 83 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/ |
D | MeasurementCobaltLogger.java | 164 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/ |
D | CelMetricLogger.java | 95 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/ |
D | DataModelException.java | 61 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/ |
D | ErrorLogUtilCall.java | 47 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()
|
D | ErrorLogUtilSyncCallback.java | 56 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/ |
D | ErrorLogUtil.java | 31 public static void e(Throwable tr, int errorCode, int ppapiName) { in e() 36 public static void e(int errorCode, int ppapiName) { in e()
|
D | AdServicesErrorLoggerImpl.java | 89 protected boolean isEnabled(int errorCode) { in isEnabled() 112 protected boolean isEnabled(int errorCode) { in isEnabled()
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | AuthenticationFailureEventInfo.java | 31 public final int errorCode; field in AuthenticationFailureEventInfo 34 int reasonCode, int errorCode) { in AuthenticationFailureEventInfo()
|
/packages/modules/AdServices/adservices/framework/java/android/adservices/exceptions/ |
D | AdServicesNetworkException.java | 84 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/ |
D | ServiceFlowFactoryTest.java | 137 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/ |
D | PrivateSpaceCreationFragment.java | 145 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/ |
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
|