Searched refs:AndroidProxy (Results 1 - 5 of 5) sorted by relevance

/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/interpreter/
H A DInterpreterProcess.java19 import com.googlecode.android_scripting.AndroidProxy;
36 private final AndroidProxy mProxy;
46 * the port that the AndroidProxy is listening on
48 public InterpreterProcess(Interpreter interpreter, AndroidProxy proxy) {
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
H A DAndroidProxy.java30 public class AndroidProxy { class
46 public AndroidProxy(Service service, Intent intent, boolean requiresHandshake) { method in class:AndroidProxy
H A DScriptLauncher.java36 public static InterpreterProcess launchInterpreter(final AndroidProxy proxy, Intent intent,
57 final AndroidProxy proxy, Runnable shutdownHook) {
H A DScriptProcess.java29 public ScriptProcess(File script, InterpreterConfiguration configuration, AndroidProxy proxy) {
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DScriptingLayerService.java32 import com.googlecode.android_scripting.AndroidProxy;
183 AndroidProxy proxy = null;
220 private boolean tryPort(AndroidProxy androidProxy, boolean usePublicIp, int usePort) {
228 private AndroidProxy launchServer(Intent intent, boolean requiresHandshake) {
229 AndroidProxy androidProxy = new AndroidProxy(this, intent, requiresHandshake);
241 private ScriptProcess launchScript(Intent intent, AndroidProxy proxy) {
257 private InterpreterProcess launchInterpreter(Intent intent, AndroidProxy proxy) {

Completed in 718 milliseconds