Searched refs:InterpreterDescriptor (Results 1 – 6 of 6) sorted by relevance
41 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;56 protected InterpreterDescriptor mDescriptor;60 protected abstract InterpreterDescriptor getDescriptor(); in getDescriptor()62 protected abstract InterpreterInstaller getInterpreterInstaller(InterpreterDescriptor descriptor, in getInterpreterInstaller()66 InterpreterDescriptor descriptor, Context context, AsyncTaskListener<Boolean> listener) in getInterpreterUninstaller()
29 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;44 protected final InterpreterDescriptor mDescriptor;51 public InterpreterUninstaller(InterpreterDescriptor descriptor, Context context, in InterpreterUninstaller()
28 import com.googlecode.android_scripting.interpreter.InterpreterDescriptor;46 protected final InterpreterDescriptor mDescriptor;153 public InterpreterInstaller(InterpreterDescriptor descriptor, Context context, in InterpreterInstaller()
53 private InterpreterDescriptor mDescriptor;70 protected abstract InterpreterDescriptor getDescriptor(); in getDescriptor()
33 public abstract class Sl4aHostedInterpreter implements InterpreterDescriptor {
30 public interface InterpreterDescriptor { interface