Searched refs:InterpreterUninstaller (Results 1 – 2 of 2) sorted by relevance
37 import com.googlecode.android_scripting.InterpreterUninstaller;65 protected abstract InterpreterUninstaller getInterpreterUninstaller( in getInterpreterUninstaller()189 InterpreterUninstaller uninstallTask; in uninstall()
42 public abstract class InterpreterUninstaller extends AsyncTask<Void, Void, Boolean> { class51 public InterpreterUninstaller(InterpreterDescriptor descriptor, Context context, in InterpreterUninstaller() method in InterpreterUninstaller