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

/packages/apps/Calendar/src/com/android/calendar/
H A DEditResponseHelper.java32 private AlertDialog mAlertDialog; field in class:EditResponseHelper
104 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
137 mAlertDialog = dialog;
148 if (mAlertDialog != null) {
149 mAlertDialog.dismiss();
H A DDeleteEventHelper.java88 private AlertDialog mAlertDialog; field in class:DeleteEventHelper
177 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
288 mAlertDialog = dialog;
331 mAlertDialog = dialog;
455 if (mAlertDialog != null) {
456 mAlertDialog.setOnDismissListener(listener);
462 if (mAlertDialog != null) {
463 mAlertDialog.dismiss();
/packages/apps/Nfc/src/com/android/nfc/
H A DConfirmConnectToWifiNetworkActivity.java22 private AlertDialog mAlertDialog; field in class:ConfirmConnectToWifiNetworkActivity
34 mAlertDialog = new AlertDialog.Builder(this, AlertDialog.THEME_DEVICE_DEFAULT_LIGHT)
51 mAlertDialog.show();
55 mAlertDialog.getButton(AlertDialog.BUTTON_POSITIVE).setOnClickListener(this);
81 mAlertDialog.dismiss();
/packages/services/Telephony/src/com/android/phone/
H A DEmergencyCallbackModeExitDialog.java66 AlertDialog mAlertDialog = null; field in class:EmergencyCallbackModeExitDialog
206 mAlertDialog.setMessage(text);
226 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
250 mAlertDialog.setOnDismissListener(this);
251 return mAlertDialog;
254 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
267 mAlertDialog.setOnDismissListener(this);
268 return mAlertDialog;
322 if (mAlertDialog != null)
323 mAlertDialog
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothNameDialogFragment.java50 private AlertDialog mAlertDialog; field in class:BluetoothNameDialogFragment
94 mAlertDialog = new AlertDialog.Builder(getActivity())
106 mAlertDialog.getWindow().setSoftInputMode(
109 return mAlertDialog;
138 mAlertDialog.dismiss();
151 mAlertDialog = null;
160 mOkButton = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAbstractGalleryActivity.java64 private AlertDialog mAlertDialog = null; field in class:AbstractGalleryActivity
147 if (mAlertDialog != null) {
148 mAlertDialog.dismiss();
149 mAlertDialog = null;
180 mAlertDialog = builder.show();
195 if (mAlertDialog != null) {
197 mAlertDialog.dismiss();
198 mAlertDialog = null;
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEventColorPickerDialog.java70 mAlertDialog.setButton(DialogInterface.BUTTON_NEUTRAL,
H A DCreateEventDialogFragment.java64 private AlertDialog mAlertDialog; field in class:CreateEventDialogFragment
145 mAlertDialog = new AlertDialog.Builder(activity)
174 return mAlertDialog;
181 mButtonAddEvent = 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();

Completed in 171 milliseconds