Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/soap/command/
DSppCommand.java105 PropertyInfo commandInfo = new PropertyInfo(); in SppCommand() local
106 subCommand.getPropertyInfo(0, commandInfo); in SppCommand()
107 if (!sExecs.containsKey(commandInfo.getName())) { in SppCommand()
109 "Unrecognized exec command: " + commandInfo.getName()); in SppCommand()
111 mExecCommandId = sExecs.get(commandInfo.getName()); in SppCommand()
112 Log.i(TAG, "exec command: " + commandInfo.getName()); in SppCommand()
121 mCommandData = BrowserUri.createInstance(commandInfo); in SppCommand()