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.java61 String interactiveCommand = data.get(INTERACTIVE_COMMAND); in buildFromMaps() local
76 interpreter.setInteractiveCommand(interactiveCommand); in buildFromMaps()
110 protected void setInteractiveCommand(String interactiveCommand) { in setInteractiveCommand() argument
111 mInteractiveCommand = interactiveCommand; in setInteractiveCommand()