Searched refs:UNAVAILABLE_STOP_REASON (Results 1 – 4 of 4) sorted by relevance
28 import static com.android.adservices.shared.spe.JobServiceConstants.UNAVAILABLE_STOP_REASON;149 UNAVAILABLE_STOP_REASON); in testPersistJobExecutionData_openEndedLastExecution()159 UNAVAILABLE_STOP_REASON); in testPersistJobExecutionData_openEndedLastExecution()194 UNAVAILABLE_STOP_REASON); in testPersistJobExecutionData_closeEndedLastExecution()204 UNAVAILABLE_STOP_REASON); in testPersistJobExecutionData_closeEndedLastExecution()254 int stopReason = UNAVAILABLE_STOP_REASON; in testLogExecutionStats()288 int stopReason = UNAVAILABLE_STOP_REASON; in testLogExecutionStats_invalidStats()384 int stopReason = UNAVAILABLE_STOP_REASON; in testLogJobStatsHelper()414 int stopReason = UNAVAILABLE_STOP_REASON; in testLogJobStatsHelper_overflowValues()443 int stopReason = UNAVAILABLE_STOP_REASON; in testLogJobStatsHelper_smallNegativePeriod()
29 import static com.android.adservices.shared.spe.JobServiceConstants.UNAVAILABLE_STOP_REASON;144 int stopReason = UNAVAILABLE_STOP_REASON; in testJobExecutionLifeCycle_succeedThenSucceed()194 int stopReason = UNAVAILABLE_STOP_REASON; in testJobExecutionLifeCycle_FailWithRetryThenFailWithoutRetry()300 int stopReason = UNAVAILABLE_STOP_REASON; in testJobExecutionLifeCycle_successThenHaltedByDevice()364 int stopReason = UNAVAILABLE_STOP_REASON; in testJobExecutionLifeCycle_haltedThenSuccess()427 int stopReason = UNAVAILABLE_STOP_REASON; in testJobExecutionLifeCycle_skipThenSkip()
38 import static com.android.adservices.shared.spe.JobServiceConstants.UNAVAILABLE_STOP_REASON;148 UNAVAILABLE_STOP_REASON)); in recordJobFinished()200 int stopReason = SdkLevel.isAtLeastS() ? params.getStopReason() : UNAVAILABLE_STOP_REASON; in recordOnStopJob()228 UNAVAILABLE_STOP_REASON)); in recordJobSkipped()447 UNAVAILABLE_STOP_REASON); in persistJobExecutionData()
46 public static final int UNAVAILABLE_STOP_REASON = 0; field in JobServiceConstants