Home
last modified time | relevance | path

Searched refs:onTaskFinished (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterUninstaller.java108 mListener.onTaskFinished(result, "Uninstallation successful."); in onPostExecute()
110 mListener.onTaskFinished(result, "Uninstallation failed."); in onPostExecute()
DAsyncTaskListener.java25 public void onTaskFinished(T result, String message); in onTaskFinished() method
DInterpreterInstaller.java233 mTaskListener.onTaskFinished(true, "Installation successful."); in finish()
239 mTaskListener.onTaskFinished(false, "Installation failed."); in finish()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
DMain.java75 public void onTaskFinished(Boolean result, String message) {