Home
last modified time | relevance | path

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

/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java86 public String getInteractiveCommand(Context context) { in getInteractiveCommand() method in Sl4aHostedInterpreter
/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterDescriptor.java61 public String getInteractiveCommand(Context context); in getInteractiveCommand() method
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreter.java112 public String getInteractiveCommand() { in getInteractiveCommand() method in Interpreter