Searched refs:commandInfo (Results 1 – 1 of 1) sorted by relevance
105 PropertyInfo commandInfo = new PropertyInfo(); in SppCommand() local106 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()