Searched refs:IdAndState (Results 1 – 3 of 3) sorted by relevance
196 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()
295 public static class IdAndState { class in WorkSpec308 IdAndState that = (IdAndState) o; in equals()
81 List<WorkSpec.IdAndState> getWorkSpecIdAndStatesForName(String name); in getWorkSpecIdAndStatesForName()