HomeSort by relevance Sort by last modified time
    Searched refs:mAsyncDialog (Results 1 - 2 of 2) sorted by null

  /packages/apps/Mms/src/com/android/mms/ui/
SlideEditorActivity.java 126 private AsyncDialog mAsyncDialog; // Used for background tasks.
212 if (mAsyncDialog != null) {
213 mAsyncDialog.clearPendingProgressDialog();
324 if (mAsyncDialog == null) {
325 mAsyncDialog = new AsyncDialog(this);
327 return mAsyncDialog;
    [all...]
ComposeMessageActivity.java 310 private AsyncDialog mAsyncDialog; // Used for background tasks.
    [all...]

Completed in 42 milliseconds