HomeSort by relevance Sort by last modified time
    Searched defs:mAlert (Results 1 - 22 of 22) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
ConfirmConnectActivity.java 34 AlertDialog mAlert = null;
54 ConfirmConnectActivity.this.mAlert = null;
64 ConfirmConnectActivity.this.mAlert = null;
68 mAlert = builder.create();
69 mAlert.show();
78 if (mAlert != null) {
79 mAlert.dismiss();
83 mAlert = null;
  /frameworks/base/core/java/com/android/internal/globalactions/
ActionsDialog.java 31 private final AlertController mAlert;
37 mAlert = AlertController.create(mContext, this, getWindow());
39 params.apply(mAlert);
56 return mAlert.getListView();
62 mAlert.installContent();
81 if (mAlert.onKeyDown(keyCode, event)) {
89 if (mAlert.onKeyUp(keyCode, event)) {
  /frameworks/base/core/java/android/app/
AlertDialog.java 72 private AlertController mAlert;
205 mAlert = AlertController.create(getContext(), this, getWindow());
240 return mAlert.getButton(whichButton);
249 return mAlert.getListView();
255 mAlert.setTitle(title);
262 mAlert.setCustomTitle(customTitleView);
266 mAlert.setMessage(message);
271 mAlert.setMessageMovementMethod(movementMethod);
277 mAlert.setMessageHyphenationFrequency(hyphenationFrequency);
284 mAlert.setView(view)
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
AlertDialog.java 75 final AlertController mAlert;
99 mAlert = new AlertController(getContext(), this, getWindow());
131 return mAlert.getButton(whichButton);
140 return mAlert.getListView();
146 mAlert.setTitle(title);
155 mAlert.setCustomTitle(customTitleView);
164 mAlert.setMessage(message);
172 mAlert.setView(view);
187 mAlert.setView(view, viewSpacingLeft, viewSpacingTop, viewSpacingRight, viewSpacingBottom);
196 mAlert.setButtonPanelLayoutHint(layoutHint)
    [all...]
  /frameworks/base/cmds/statsd/src/anomaly/
AnomalyTracker.h 92 return mAlert.trigger_if_sum_gt();
124 const Alert mAlert;
  /frameworks/base/core/java/com/android/internal/app/
AlertActivity.java 30 * @see #mAlert
41 protected AlertController mAlert;
52 mAlert = AlertController.create(this, this, getWindow());
90 * @see #mAlert
94 mAlert.installContent(mAlertParams);
99 if (mAlert.onKeyDown(keyCode, event)) return true;
105 if (mAlert.onKeyUp(keyCode, event)) return true;
  /packages/apps/Settings/src/com/android/settings/wifi/
RequestToggleWiFiActivity.java 238 mAlert.setButton(DialogInterface.BUTTON_POSITIVE, null, null, null);
239 mAlert.setButton(DialogInterface.BUTTON_NEGATIVE, null, null, null);
258 mAlert.setButton(DialogInterface.BUTTON_POSITIVE, null, null, null);
259 mAlert.setButton(DialogInterface.BUTTON_NEGATIVE, null, null, null);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 482 mAlert.getButton(DialogInterface.BUTTON_NEGATIVE).setVisibility(View.GONE);
483 mAlert.getButton(DialogInterface.BUTTON_POSITIVE)
486 mAlert.setIcon(mAlert.getIconAttributeResId(android.R.attr.alertDialogIcon));
487 mAlert.getButton(DialogInterface.BUTTON_NEGATIVE).setVisibility(View.GONE);
488 mAlert.getButton(DialogInterface.BUTTON_POSITIVE)
491 mAlert.getButton(DialogInterface.BUTTON_NEGATIVE).setVisibility(View.GONE);
492 mAlert.getButton(DialogInterface.BUTTON_POSITIVE)
495 mAlert.setIcon(mAlert.getIconAttributeResId(android.R.attr.alertDialogIcon))
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
GeneralPreferences.java 119 CheckBoxPreference mAlert;
159 mAlert = (CheckBoxPreference) preferenceScreen.findPreference(KEY_ALERTS);
287 if (mAlert.isChecked()) {
369 mAlert.setChecked(false);
373 mAlert.setChecked(true);
377 mAlert.setChecked(true);
392 if (mAlert.isChecked()) {
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 190 milliseconds