Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreterConfiguration.java168 Map<String, String> argumentsMap = getMap(provider, InterpreterConstants.PROVIDER_ARGUMENTS); in buildInterpreter() local
169 if (argumentsMap == null) { in buildInterpreter()
172 return Interpreter.buildFromMaps(interpreterMap, environmentMap, argumentsMap); in buildInterpreter()