Home
last modified time | relevance | path

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

/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DInterpreterPicker.java61 mInterpreters = mConfiguration.getInteractiveInterpreters(); in onCreate()
95 mInterpreters = mConfiguration.getInteractiveInterpreters(); in onInvalidated()
DInterpreterManager.java195 mInterpreters = mConfiguration.getInteractiveInterpreters(); in onInvalidated()
200 mInterpreters = mConfiguration.getInteractiveInterpreters(); in onChanged()
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreterConfiguration.java275 public List<Interpreter> getInteractiveInterpreters() { in getInteractiveInterpreters() method in InterpreterConfiguration