Searched defs:postExecuteTask (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DAsyncDialog.java47 * @param postExecuteTask an optional runnable to run on the UI thread when the background
52 final Runnable postExecuteTask, final int dialogStringId) {
53 new ModalDialogAsyncTask(dialogStringId, postExecuteTask)
91 final Runnable postExecuteTask) {
92 mPostExecuteTask = postExecuteTask;
51 runAsync(final Runnable backgroundTask, final Runnable postExecuteTask, final int dialogStringId) argument
90 ModalDialogAsyncTask(int dialogStringId, final Runnable postExecuteTask) argument

Completed in 30 milliseconds