Home
last modified time | relevance | path

Searched defs:getScriptCommand (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java96 public String getScriptCommand(Context context) { in getScriptCommand() method in Sl4aHostedInterpreter
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterDescriptor.java67 public String getScriptCommand(Context context); in getScriptCommand() method
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreter.java104 public String getScriptCommand() { in getScriptCommand() method in Interpreter