Searched defs:WorkSpec (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
H A DWorkSpec.java56 public class WorkSpec { class
57 private static final String TAG = "WorkSpec";
120 public WorkSpec(@NonNull String id, @NonNull String workerClassName) { method in class:WorkSpec
193 * Calculates the UTC time at which this {@link WorkSpec} should be allowed to run.
215 * @return UTC time at which this {@link WorkSpec} should be allowed to run.
231 * @return <code>true</code> if the {@link WorkSpec} has constraints.
242 WorkSpec workSpec = (WorkSpec) o;
289 return "{WorkSpec: " + id + "}";
293 * A POJO containing the ID and state of a WorkSpec
[all...]

Completed in 54 milliseconds