OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScriptLauncher
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
ScriptLauncher.java
27
public class
ScriptLauncher
{
29
private
ScriptLauncher
() {
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
ScriptingLayerService.java
37
import com.googlecode.android_scripting.
ScriptLauncher
;
257
return
ScriptLauncher
.launchScript(script, mInterpreterConfiguration, proxy, new Runnable() {
274
return
ScriptLauncher
.launchInterpreter(proxy, intent, config, new Runnable() {
Completed in 276 milliseconds