Searched refs:InterpreterDescriptor (Results 1 – 6 of 6) sorted by relevance
41 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;54 protected InterpreterDescriptor mDescriptor;58 protected abstract InterpreterDescriptor getDescriptor(); in getDescriptor()60 protected abstract InterpreterInstaller getInterpreterInstaller(InterpreterDescriptor descriptor, in getInterpreterInstaller()64 InterpreterDescriptor descriptor, Context context, AsyncTaskListener<Boolean> listener) in getInterpreterUninstaller()
29 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;42 protected final InterpreterDescriptor mDescriptor;49 public InterpreterUninstaller(InterpreterDescriptor descriptor, Context context, in InterpreterUninstaller()
28 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;44 protected final InterpreterDescriptor mDescriptor;151 public InterpreterInstaller(InterpreterDescriptor descriptor, Context context, in InterpreterInstaller()
52 private InterpreterDescriptor mDescriptor;69 protected abstract InterpreterDescriptor getDescriptor(); in getDescriptor()
31 public abstract class Sl4aHostedInterpreter implements InterpreterDescriptor {
29 public interface InterpreterDescriptor { interface