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

  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java 29 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;
42 protected final InterpreterDescriptor mDescriptor;
49 public InterpreterUninstaller(InterpreterDescriptor descriptor, Context context,
InterpreterInstaller.java 28 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;
44 protected final InterpreterDescriptor mDescriptor;
151 public InterpreterInstaller(InterpreterDescriptor descriptor, Context context,
  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterDescriptor.java 29 public interface InterpreterDescriptor {
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
Main.java 41 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;
54 protected InterpreterDescriptor mDescriptor;
58 protected abstract InterpreterDescriptor getDescriptor();
60 protected abstract InterpreterInstaller getInterpreterInstaller(InterpreterDescriptor descriptor,
64 InterpreterDescriptor descriptor, Context context, AsyncTaskListener<Boolean> listener)
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
Sl4aHostedInterpreter.java 31 public abstract class Sl4aHostedInterpreter implements InterpreterDescriptor {
InterpreterProvider.java 52 private InterpreterDescriptor mDescriptor;
67 * Returns an instance of the class that implements the desired {@link InterpreterDescriptor}.
69 protected abstract InterpreterDescriptor getDescriptor();

Completed in 139 milliseconds