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

  /cts/tests/src/android/app/cts/
DialogStubActivity.java 99 private AlertDialog mAlertDialog;
186 mAlertDialog = getAlertDialogInstance(false);
187 mAlertDialog.setButton(getString(R.string.alert_dialog_positive), positiveMessage);
188 mAlertDialog.setButton2(getString(R.string.alert_dialog_negative), negativeMessage);
189 mAlertDialog.setButton3(getString(R.string.alert_dialog_neutral), neutralMessage);
190 mDialog = mAlertDialog;
238 mAlertDialog = new AlertDialog.Builder(DialogStubActivity.this).create();
239 mAlertDialog.setIcon(com.android.cts.stub.R.drawable.pass);
240 mAlertDialog.setTitle(DEFAULT_ALERTDIALOG_TITLE);
241 mAlertDialog.setMessage(DEFAULT_ALERTDIALOG_MESSAGE)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EditResponseHelper.java 31 private AlertDialog mAlertDialog;
64 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
83 mAlertDialog = dialog;
DeleteEventHelper.java 76 private AlertDialog mAlertDialog;
128 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE);
235 mAlertDialog = dialog;
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeExitDialog.java 65 AlertDialog mAlertDialog = null;
188 mAlertDialog.setMessage(text);
208 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
232 mAlertDialog.setOnDismissListener(this);
233 return mAlertDialog;
236 mAlertDialog = new AlertDialog.Builder(EmergencyCallbackModeExitDialog.this)
249 mAlertDialog.setOnDismissListener(this);
250 return mAlertDialog;
303 if (mAlertDialog != null)
304 mAlertDialog.dismiss()
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 86 private AlertDialog mAlertDialog;
271 mAlertDialog = null;
283 mAlertDialog = null;
297 mAlertDialog = null;
309 mAlertDialog = null;
321 mAlertDialog = intents.length > 1 ?
337 return mAlertDialog;
566 mAlertDialog = null;
BluetoothVoiceDialerActivity.java 168 private AlertDialog mAlertDialog;
454 if (mAlertDialog != null) {
455 mAlertDialog.dismiss();
603 mAlertDialog =
623 if (mAlertDialog != null) {
624 mAlertDialog.dismiss();
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java     [all...]

Completed in 120 milliseconds