Searched refs:mAlertDialog (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAbstractGalleryActivity.java47 private AlertDialog mAlertDialog = null; field in class:AbstractGalleryActivity
121 if (mAlertDialog != null) {
122 mAlertDialog.dismiss();
123 mAlertDialog = null;
144 mAlertDialog = new AlertDialog.Builder(this)
158 if (mAlertDialog != null) {
160 mAlertDialog.dismiss();
161 mAlertDialog = null;
/packages/apps/Calendar/src/com/android/calendar/
H A DEditResponseHelper.java31 private AlertDialog mAlertDialog; field in class:EditResponseHelper
68 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
84 mAlertDialog = dialog;
H A DDeleteEventHelper.java88 private AlertDialog mAlertDialog; field in class:DeleteEventHelper
177 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
288 mAlertDialog = dialog;
329 mAlertDialog = dialog;
453 if (mAlertDialog != null) {
454 mAlertDialog.setOnDismissListener(listener);
460 if (mAlertDialog != null) {
461 mAlertDialog.dismiss();
/packages/apps/Phone/src/com/android/phone/
H A DEmergencyCallbackModeExitDialog.java64 AlertDialog mAlertDialog = null; field in class:EmergencyCallbackModeExitDialog
187 mAlertDialog.setMessage(text);
207 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
231 mAlertDialog.setOnDismissListener(this);
232 return mAlertDialog;
235 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
248 mAlertDialog.setOnDismissListener(this);
249 return mAlertDialog;
302 if (mAlertDialog != null)
303 mAlertDialog
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothNameDialogFragment.java46 private AlertDialog mAlertDialog; field in class:BluetoothNameDialogFragment
90 mAlertDialog = new AlertDialog.Builder(getActivity())
107 return mAlertDialog;
132 mAlertDialog = null;
141 mOkButton = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerActivity.java178 private AlertDialog mAlertDialog; field in class:VoiceDialerActivity
496 if (mAlertDialog != null) {
497 mAlertDialog.dismiss();
847 mAlertDialog =
872 if (mAlertDialog != null) {
873 mAlertDialog.dismiss();
1108 if (mAlertDialog != null) {
1109 mAlertDialog.dismiss();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/
H A DVoiceProxy.java242 private AlertDialog mAlertDialog; field in class:VoiceProxy.UrlLinkAlertDialogBuilder
274 TextView textView = (TextView) mAlertDialog.findViewById(android.R.id.message);
280 mAlertDialog = dialog;
300 mAlertDialog.cancel();

Completed in 182 milliseconds