Searched refs:sExecs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUCommand.java21 private static final Map<String, ExecCommand> sExecs = new HashMap<>(); field in class:OSUCommand
29 sExecs.put("launchbrowsertouri", ExecCommand.Browser);
30 sExecs.put("getcertificate", ExecCommand.GetCert);
31 sExecs.put("useclientcerttls", ExecCommand.UseClientCertTLS);
32 sExecs.put("uploadmo", ExecCommand.UploadMO);
45 mExecCommand = sExecs.get(child.getStrippedTag());

Completed in 153 milliseconds