Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/command/
DSppCommand.java71 public static final int GET_CERT = 1; field in SppCommand.ExecCommandId
79 sExecs.put("getCertificate", ExecCommandId.GET_CERT);
123 case ExecCommandId.GET_CERT: //fall-through in SppCommand()