Searched refs:AsyncDialog (Results 1 – 4 of 4) sorted by relevance
31 public class AsyncDialog { class36 public AsyncDialog(Activity activity) { in AsyncDialog() method in AsyncDialog
127 private AsyncDialog mAsyncDialog; // Used for background tasks.324 private AsyncDialog getAsyncDialog() { in getAsyncDialog()326 mAsyncDialog = new AsyncDialog(this); in getAsyncDialog()
871 SlideshowModel slideshow, AsyncDialog asyncDialog) { in viewMmsMessageAttachment()876 final SlideshowModel slideshow, final int requestCode, AsyncDialog asyncDialog) { in viewMmsMessageAttachment()
310 private AsyncDialog mAsyncDialog; // Used for background tasks.3217 AsyncDialog getAsyncDialog() { in getAsyncDialog()3219 mAsyncDialog = new AsyncDialog(this); in getAsyncDialog()