HomeSort by relevance Sort by last modified time
    Searched refs:launchInterpreter (Results 1 - 2 of 2) sorted by null

  /external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptLauncher.java 36 public static InterpreterProcess launchInterpreter(final AndroidProxy proxy, Intent intent,
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptingLayerService.java 207 interpreterProcess = launchInterpreter(intent, proxy);
257 private InterpreterProcess launchInterpreter(Intent intent, AndroidProxy proxy) {
261 return ScriptLauncher.launchInterpreter(proxy, intent, config, new Runnable() {

Completed in 438 milliseconds