Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreter.java79 interpreter.addAllArguments(arguments.values()); in buildFromMaps()
84 private void addAllArguments(Collection<String> arguments) { in addAllArguments() method in Interpreter
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
DInterpreterProcess.java54 addAllArguments(interpreter.getArguments()); in InterpreterProcess()
/external/sl4a/Common/src/com/googlecode/android_scripting/
DProcess.java66 public void addAllArguments(List<String> arguments) { in addAllArguments() method in Process