Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreter.java59 String interactiveCommand = data.get(INTERACTIVE_COMMAND); in buildFromMaps() local
74 interpreter.setInteractiveCommand(interactiveCommand); in buildFromMaps()
108 protected void setInteractiveCommand(String interactiveCommand) { in setInteractiveCommand() argument
109 mInteractiveCommand = interactiveCommand; in setInteractiveCommand()