Home
last modified time | relevance | path

Searched refs:logErrorWithExceptionInfo (Results 1 – 21 of 21) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DSQLDatastoreManagerTest.java96 .logErrorWithExceptionInfo( in runInTransactionWithResult_throwsException_logsDbVersion()
121 .logErrorWithExceptionInfo( in runInTransactionWithResult_throwsDataStoreExceptionExceptionDisable_logsDbVersion()
151 .logErrorWithExceptionInfo( in runInTransactionWithResult_throwsDataStoreExceptionExceptionEnable_rethrows()
174 .logErrorWithExceptionInfo( in runInTransaction_throwsException_logsDbVersion()
199 .logErrorWithExceptionInfo( in runInTransaction_throwsDataStoreExceptionExceptionDisable_logsDbVersion()
225 .logErrorWithExceptionInfo( in runInTransaction_throwsDataStoreExceptionSamplingDisabled_logsDbVersion()
256 .logErrorWithExceptionInfo( in runInTransaction_throwsDataStoreExceptionExceptionEnable_logsDbVersion()
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/errorlogging/
DAbstractAdServicesErrorLoggerTest.java106 mErrorLoggerDisabled.logErrorWithExceptionInfo( in testLogErrorWithExceptionInfo_errorLoggingFlagDisabled()
118 mErrorLoggerEnabled.logErrorWithExceptionInfo( in testLogErrorWithExceptionInfo_errorLoggingFlagEnabled()
141 mErrorLoggerEnabled.logErrorWithExceptionInfo( in testLogErrorWithExceptionInfo_fullyQualifiedClassName_errorLoggingFlagEnabled()
163 mErrorLoggerEnabled.logErrorWithExceptionInfo( in testLogErrorWithExceptionInfo_emptyClassName_errorLoggingFlagEnabled()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/
DOnDevicePersonalizationConfigServiceDelegate.java145 .logErrorWithExceptionInfo( in setPersonalizationStatus()
153 .logErrorWithExceptionInfo( in setPersonalizationStatus()
169 .logErrorWithExceptionInfo( in sendSuccess()
183 .logErrorWithExceptionInfo( in sendError()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/examplestore/
DFederatedExampleIterator.java204 .logErrorWithExceptionInfo( in next()
218 .logErrorWithExceptionInfo( in next()
226 .logErrorWithExceptionInfo( in next()
242 .logErrorWithExceptionInfo( in next()
266 .logErrorWithExceptionInfo( in close()
/packages/modules/AdServices/adservices/tests/unittest/service-core/common/src/com/android/adservices/errorlogging/
DAdServicesErrorLoggerImplTest.java95 mErrorLogger.logErrorWithExceptionInfo( in testLogErrorWithExceptionInfo_errorLoggingFlagEnabled_errorCodeLoggingDenied()
107 mErrorLogger.logErrorWithExceptionInfo( in testLogErrorWithExceptionInfo_errorLoggingFlagEnabled()
130 mErrorLogger.logErrorWithExceptionInfo( in testLogErrorWithExceptionInfo_fullyQualifiedClassName_errorLoggingFlagEnabled()
152 mErrorLogger.logErrorWithExceptionInfo( in testLogErrorWithExceptionInfo_emptyClassName_errorLoggingFlagEnabled()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/data/
DFederatedTrainingTaskDao.java139 .logErrorWithExceptionInfo( in findAndRemoveTaskByJobId()
165 .logErrorWithExceptionInfo( in findAndRemoveTaskByPopulationName()
198 .logErrorWithExceptionInfo( in findAndRemoveTaskByPopulationNameAndCallingPackage()
235 .logErrorWithExceptionInfo( in findAndRemoveTaskByPopulationNameAndOwnerId()
267 .logErrorWithExceptionInfo( in findAndRemoveTaskByPopulationAndJobId()
DFederatedComputeDbHelper.java283 .logErrorWithExceptionInfo( in safeGetReadableDatabase()
299 .logErrorWithExceptionInfo( in safeGetWritableDatabase()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DDatastoreManager.java106 mErrorLogger.logErrorWithExceptionInfo( in runInTransactionWithResult()
124 mErrorLogger.logErrorWithExceptionInfo( in runInTransactionWithResult()
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/framework/
DAbstractJobServiceTest.java328 .logErrorWithExceptionInfo( in testOnJobPostExecution_onException_WithRetry()
352 .logErrorWithExceptionInfo( in testOnJobPostExecution_onException_WithoutRetry()
397 .logErrorWithExceptionInfo( in testOnStartJob_failure()
430 .logErrorWithExceptionInfo( in testOnStopJob()
469 .logErrorWithExceptionInfo( in testOnStopJob()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/
DOnDevicePersonalizationDbHelper.java153 .logErrorWithExceptionInfo( in safeGetWritableDatabase()
169 .logErrorWithExceptionInfo( in safeGetReadableDatabase()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/errorlogging/
DAdServicesErrorLogger.java32 void logErrorWithExceptionInfo(Throwable tr, int errorCode, int ppapiName); in logErrorWithExceptionInfo() method
DAbstractAdServicesErrorLogger.java46 public void logErrorWithExceptionInfo(Throwable tr, int errorCode, int ppapiName) { in logErrorWithExceptionInfo() method in AbstractAdServicesErrorLogger
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/errorlogging/
DErrorLogUtil.java32 FieldHolder.ERROR_LOGGER.logErrorWithExceptionInfo(tr, errorCode, ppapiName); in e()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/framework/
DAbstractJobService.java172 mErrorLogger.logErrorWithExceptionInfo( in onStopJob()
256 mErrorLogger.logErrorWithExceptionInfo( in onJobPostExecution()
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/data/
DFederatedComputeDbHelperTest.java126 .logErrorWithExceptionInfo( in testSafeGetReadableDatabase_exceptionOccurs_validatesErrorLogging()
143 .logErrorWithExceptionInfo( in testSafeGetWriteDatabase_exceptionOccurs_validatesErrorLogging()
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/examplestore/
DFederatedExampleIteratorTest.java241 .logErrorWithExceptionInfo( in testExampleStoreIteratorReturnsErrorWhenCallNext()
271 .logErrorWithExceptionInfo( in testExampleStoreIteratorReturnsErrorWhenCallHasNext()
301 .logErrorWithExceptionInfo( in testCallsAfterClose()
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/scheduling/
DPolicyJobScheduler.java198 mErrorLogger.logErrorWithExceptionInfo( in getJobInfoToSchedule()
257 mErrorLogger.logErrorWithExceptionInfo( in addCallbackToSchedulingFuture()
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/data/
DOnDevicePersonalizationDbHelperTest.java228 .logErrorWithExceptionInfo( in testSafeGetReadableDatabase_exceptionOccurs_validatesErrorLogging()
245 .logErrorWithExceptionInfo( in testSafeGetWritableDatabase_exceptionOccurs_validatesErrorLogging()
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/scheduling/
DPolicyJobSchedulerTest.java258 .logErrorWithExceptionInfo( in getJobInfoToSchedule_throwsWhenSyncPolicy()
330 .logErrorWithExceptionInfo( in testAddCallbackToSchedulingFuture_onFailure()
/packages/modules/OnDevicePersonalization/federatedcompute/src/com/android/federatedcompute/services/training/
DFederatedComputeWorker.java842 .logErrorWithExceptionInfo(
937 .logErrorWithExceptionInfo(
945 .logErrorWithExceptionInfo(
/packages/modules/OnDevicePersonalization/tests/federatedcomputetests/src/com/android/federatedcompute/services/training/
DFederatedComputeWorkerTest.java892 .logErrorWithExceptionInfo( in testBindToIsolatedTrainingServiceFail_returnsFail()
937 .logErrorWithExceptionInfo( in testRunFLComputation_emptyTfliteGraph_returns()