Home
last modified time | relevance | path

Searched defs: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
108 protected void setInteractiveCommand(String interactiveCommand) { in setInteractiveCommand()