HomeSort by relevance Sort by last modified time
    Searched refs:getExecCommand (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
PostDevDataResponse.java 33 public ExecCommand getExecCommand() {
34 return mOSUCommands.size() == 1 ? mOSUCommands.get(0).getExecCommand() : null;
OSUClient.java 98 if (regResponse.getExecCommand() == ExecCommand.UseClientCertTLS) {
121 if (regResponse.getExecCommand() != ExecCommand.Browser) {
124 Log.d(TAG, "Exec: " + regResponse.getExecCommand() + ", for '" +
230 if (pddResponse.getExecCommand() == ExecCommand.UploadMO) {
247 if (pddResponse.getExecCommand() == ExecCommand.Browser) {
275 } else if (pddResponse.getExecCommand() == ExecCommand.GetCert) {
307 throw new IOException("Unexpected command: " + pddResponse.getExecCommand());
404 response.getExecCommand() == ExecCommand.GetCert) {
OSUCommand.java 114 public ExecCommand getExecCommand() {

Completed in 2863 milliseconds