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 127 private AsyncDialog mAsyncDialog; // Used for background tasks.
213 if (mAsyncDialog != null) {
214 mAsyncDialog.clearPendingProgressDialog();
325 if (mAsyncDialog == null) {
326 mAsyncDialog = new AsyncDialog(this);
328 return mAsyncDialog;
    [all...]
ComposeMessageActivity.java 310 private AsyncDialog mAsyncDialog; // Used for background tasks.
    [all...]

Completed in 129 milliseconds