Searched refs:mUnscheduledWarning (Results 1 – 1 of 1) sorted by relevance
128 private Set<ExecutableCommand> mUnscheduledWarning; field in CommandScheduler885 mUnscheduledWarning = new HashSet<>(); in CommandScheduler()1087 mUnscheduledWarning.remove(cmd); in processReadyCommands()1089 if (!mUnscheduledWarning.contains(cmd)) { in processReadyCommands()1098 mUnscheduledWarning.add(cmd); in processReadyCommands()