Home
last modified time | relevance | path

Searched refs:IdAndState (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/utils/
DEnqueueRunnable.java196 List<WorkSpec.IdAndState> existingWorkSpecIdAndStates = in enqueueWorkWithPrerequisites()
204 for (WorkSpec.IdAndState idAndState : existingWorkSpecIdAndStates) { in enqueueWorkWithPrerequisites()
221 for (WorkSpec.IdAndState idAndState : existingWorkSpecIdAndStates) { in enqueueWorkWithPrerequisites()
232 for (WorkSpec.IdAndState idAndState : existingWorkSpecIdAndStates) { in enqueueWorkWithPrerequisites()
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/
DWorkSpec.java295 public static class IdAndState { class in WorkSpec
308 IdAndState that = (IdAndState) o; in equals()
DWorkSpecDao.java81 List<WorkSpec.IdAndState> getWorkSpecIdAndStatesForName(String name); in getWorkSpecIdAndStatesForName()