Home
last modified time | relevance | path

Searched defs:stopReason (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/spe/
DAdservicesJobServiceTest.java146 int stopReason = UNAVAILABLE_STOP_REASON; in testJobExecutionLifeCycle_succeedThenSucceed() local
193 int stopReason = UNAVAILABLE_STOP_REASON; in testJobExecutionLifeCycle_FailWithRetryThenFailWithoutRetry() local
243 int stopReason = STOP_REASON; in testJobExecutionLifeCycle_onStopWithRetryThenOnStopWithoutRetry() local
295 int stopReason = UNAVAILABLE_STOP_REASON; in testJobExecutionLifeCycle_successThenHaltedByDevice() local
360 int stopReason = UNAVAILABLE_STOP_REASON; in testJobExecutionLifeCycle_haltedThenSuccess() local
425 int stopReason = UNAVAILABLE_STOP_REASON; in testJobExecutionLifeCycle_skipThenSkip() local
DAdservicesJobServiceLoggerTest.java230 int stopReason = UNAVAILABLE_STOP_REASON; in testLogExecutionStats() local
264 int stopReason = UNAVAILABLE_STOP_REASON; in testLogExecutionStats_invalidStats() local
304 int stopReason = UNAVAILABLE_STOP_REASON; in testLogJobStatsHelper() local
330 int stopReason = UNAVAILABLE_STOP_REASON; in testLogJobStatsHelper_overflowValues() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/spe/
DAdservicesJobServiceLogger.java143 int stopReason = SdkLevel.isAtLeastS() ? params.getStopReason() : UNAVAILABLE_STOP_REASON; in recordOnStopJob() local
260 int stopReason) { in logJobStatsHelper()