Home
last modified time | relevance | path

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

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DPostDevDataResponse.java33 public ExecCommand getExecCommand() { in getExecCommand() method in PostDevDataResponse
34 return mOSUCommands.size() == 1 ? mOSUCommands.get(0).getExecCommand() : null; in getExecCommand()
DOSUClient.java98 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()
DOSUCommand.java114 public ExecCommand getExecCommand() { in getExecCommand() method in OSUCommand