Searched refs:OSUCommand (Results 1 – 3 of 3) sorted by relevance
13 private final List<OSUCommand> mOSUCommands;25 mOSUCommands.add(new OSUCommand(child)); in PostDevDataResponse()41 public Collection<OSUCommand> getCommands() { in getCommands()
15 public class OSUCommand { class35 public OSUCommand(XMLNode child) throws OMAException { in OSUCommand() method in OSUCommand
318 for (OSUCommand command : pddResponse.getCommands()) { in remediate()