Searched refs:getScriptCommand (Results 1 – 5 of 5) sorted by relevance
68 public String getScriptCommand(Context context); in getScriptCommand() method
35 setCommand(String.format(interpreter.getScriptCommand(), script.getAbsolutePath())); in ScriptProcess()
98 public String getScriptCommand(Context context) { in getScriptCommand() method in Sl4aHostedInterpreter
144 values.put(InterpreterPropertyNames.SCRIPT_COMMAND, mDescriptor.getScriptCommand(mContext)); in getProperties()
106 public String getScriptCommand() { in getScriptCommand() method in Interpreter