Home | History | Annotate | Download | only in wifi

Lines Matching refs:mDialog

118     private WifiDialog mDialog;
286 if (mDialog != null && mDialog.isShowing()) {
410 if (mDialog != null) {
412 mDialog = null;
434 mDialog = new WifiDialog(getActivity(), this, ap, mDlgEdit);
435 return mDialog;
753 submit(mDialog.getController());