Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java151 private Set<ExecutableCommand> mUnscheduledWarning; field in CommandScheduler
1092 mUnscheduledWarning = new HashSet<>(); in CommandScheduler()
1328 mUnscheduledWarning.remove(cmd); in processReadyCommands()
1330 if (!mUnscheduledWarning.contains(cmd)) { in processReadyCommands()
1341 mUnscheduledWarning.add(cmd); in processReadyCommands()