Searched refs:STOP_REASON_UNDEFINED (Results 1 – 9 of 9) sorted by relevance
168 private int mPendingStopReason = JobParameters.STOP_REASON_UNDEFINED;339 JobProtoEnums.STOP_REASON_UNDEFINED); in executeRunnableJob()430 mParams.setStopReason(JobParameters.STOP_REASON_UNDEFINED, in doJobFinished()463 mParams.setStopReason(JobParameters.STOP_REASON_UNDEFINED, in doDequeueWork()853 if (mPendingStopReason != JobParameters.STOP_REASON_UNDEFINED) { in handleOpTimeoutLocked()858 mPendingStopReason = JobParameters.STOP_REASON_UNDEFINED; in handleOpTimeoutLocked()987 mPendingStopReason = JobParameters.STOP_REASON_UNDEFINED; in closeAndCleanupJobLocked()1077 if (mPendingStopReason != JobParameters.STOP_REASON_UNDEFINED) { in dumpLocked()
582 preemptReasonCodeForContext[i] = JobParameters.STOP_REASON_UNDEFINED; in assignJobsToContextsInternalLocked()606 int preemptReasonCode = JobParameters.STOP_REASON_UNDEFINED; in assignJobsToContextsInternalLocked()
1169 JobProtoEnums.STOP_REASON_UNDEFINED);
94 mTestJobStatus.stopReason = JobParameters.STOP_REASON_UNDEFINED;175 awaitJobStop(DEFAULT_WAIT_TIMEOUT, JobParameters.STOP_REASON_UNDEFINED)); in testFeatureFlag()218 && (expectedStopReason == JobParameters.STOP_REASON_UNDEFINED
154 public static final int STOP_REASON_UNDEFINED = 0; field in JobParameters237 STOP_REASON_UNDEFINED,271 private int mStopReason = STOP_REASON_UNDEFINED;
46 STOP_REASON_UNDEFINED = 0; enumerator
427 private int mReasonReadyToUnready = JobParameters.STOP_REASON_UNDEFINED;1280 mReasonReadyToUnready = JobParameters.STOP_REASON_UNDEFINED; in setConstraintSatisfied()1346 return JobParameters.STOP_REASON_UNDEFINED; in constraintToStopReason()
1423 // The default value is STOP_REASON_UNDEFINED.
8038 field public static final int STOP_REASON_UNDEFINED = 0; // 0x0