Home
last modified time | relevance | path

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

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