Searched refs:getExecCommand (Results 1 – 3 of 3) sorted by relevance
33 public ExecCommand getExecCommand() { in getExecCommand() method in PostDevDataResponse34 return mOSUCommands.size() == 1 ? mOSUCommands.get(0).getExecCommand() : null; in getExecCommand()
98 if (regResponse.getExecCommand() == ExecCommand.UseClientCertTLS) { in provision()121 if (regResponse.getExecCommand() != ExecCommand.Browser) { in provision()124 Log.d(TAG, "Exec: " + regResponse.getExecCommand() + ", for '" + in provision()230 if (pddResponse.getExecCommand() == ExecCommand.UploadMO) { in remediate()247 if (pddResponse.getExecCommand() == ExecCommand.Browser) { in remediate()275 } else if (pddResponse.getExecCommand() == ExecCommand.GetCert) { in remediate()307 throw new IOException("Unexpected command: " + pddResponse.getExecCommand()); in remediate()404 response.getExecCommand() == ExecCommand.GetCert) { in checkResponse()
114 public ExecCommand getExecCommand() { in getExecCommand() method in OSUCommand