Searched defs:stopReason (Results 1 – 8 of 8) sorted by relevance
200 int stopReason; in onStopJob() local278 static int stopReason(int jobReason) { in stopReason() method in SystemJobService
26 data class ParcelableInterruptRequest(val id: String, val stopReason: Int) : Parcelable { constant in androidx.work.multiprocess.parcelable.ParcelableInterruptRequest
93 int stopReason = WorkInfo.STOP_REASON_NOT_STOPPED; in ParcelableWorkInfo() local
154 final int stopReason = interruptRequest.getStopReason(); in interrupt() local
136 val stopReason: Int = WorkInfo.STOP_REASON_NOT_STOPPED, in <lambda>() constant in androidx.work.impl.model.WorkSpec328 @ColumnInfo(name = "stop_reason") val stopReason: Int, in <lambda>() constant in androidx.work.impl.model.WorkSpec.WorkInfoPojo
112 @StopReason @get:RequiresApi(31) val stopReason: Int = STOP_REASON_NOT_STOPPED constant in androidx.work.WorkInfo
153 private class ConstraintUnsatisfiedException(val stopReason: Int) : CancellationException() constant in androidx.work.impl.workers.ConstraintUnsatisfiedException
434 @Nullable WorkerWrapper wrapper, int stopReason) { in interrupt()