HomeSort by relevance Sort by last modified time
    Searched refs:setButton (Results 1 - 25 of 52) sorted by null

1 2 3

  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialog.java 86 setButton(BUTTON_SUBMIT, text, mListener);
91 setButton(BUTTON_FORGET, text, mListener);
96 setButton(BUTTON_NEGATIVE, text, mListener);
WifiApDialog.java 133 setButton(BUTTON_SUBMIT, context.getString(R.string.wifi_save), mListener);
134 setButton(DialogInterface.BUTTON_NEGATIVE,
  /packages/apps/Email/src/com/android/email/
RequireManualSyncDialog.java 31 setButton(DialogInterface.BUTTON_POSITIVE, context.getString(android.R.string.ok), this);
  /development/samples/devbytes/animation/ViewAnimations/src/com/example/android/viewanimations/
ViewAnimations.java 54 final Button setButton = (Button) findViewById(R.id.setButton);
87 setupAnimation(setButton, setAnimation, R.anim.set_anim);
  /frameworks/base/core/java/android/app/
AlertDialog.java 221 public void setButton(int whichButton, CharSequence text, Message msg) {
222 mAlert.setButton(whichButton, text, null, msg);
235 public void setButton(int whichButton, CharSequence text, OnClickListener listener) {
236 mAlert.setButton(whichButton, text, listener, null);
240 * @deprecated Use {@link #setButton(int, CharSequence, Message)} with
244 public void setButton(CharSequence text, Message msg) {
245 setButton(BUTTON_POSITIVE, text, msg);
249 * @deprecated Use {@link #setButton(int, CharSequence, Message)} with
254 setButton(BUTTON_NEGATIVE, text, msg);
258 * @deprecated Use {@link #setButton(int, CharSequence, Message)} wit
    [all...]
TimePickerDialog.java 99 setButton(BUTTON_POSITIVE, themeContext.getText(R.string.date_time_done), this);
DatePickerDialog.java 103 setButton(BUTTON_POSITIVE, themeContext.getText(R.string.date_time_done), this);
  /frameworks/base/services/java/com/android/server/am/
FactoryErrorDialog.java 31 setButton(DialogInterface.BUTTON_POSITIVE,
AppNotRespondingDialog.java 78 setButton(DialogInterface.BUTTON_POSITIVE,
81 setButton(DialogInterface.BUTTON_NEGATIVE,
86 setButton(DialogInterface.BUTTON_NEUTRAL,
AppErrorDialog.java 62 setButton(DialogInterface.BUTTON_POSITIVE,
67 setButton(DialogInterface.BUTTON_NEGATIVE,
StrictModeViolationDialog.java 66 setButton(DialogInterface.BUTTON_POSITIVE,
71 setButton(DialogInterface.BUTTON_NEGATIVE,
AppWaitingForDebuggerDialog.java 54 setButton(DialogInterface.BUTTON_POSITIVE, "Force Close", mHandler.obtainMessage(1, app));
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
TwoFieldDatePickerDialog.java 70 setButton(BUTTON_POSITIVE, context.getText(
72 setButton(BUTTON_NEGATIVE, context.getText(android.R.string.cancel),
DateTimePickerDialog.java 71 setButton(BUTTON_POSITIVE, context.getText(
73 setButton(BUTTON_NEGATIVE, context.getText(android.R.string.cancel),
InputDialogContainer.java 251 mDialog.setButton(DialogInterface.BUTTON_POSITIVE,
255 mDialog.setButton(DialogInterface.BUTTON_NEGATIVE,
259 mDialog.setButton(DialogInterface.BUTTON_NEUTRAL,
  /development/samples/devbytes/animation/PropertyAnimations/src/com/example/android/propertyanimations/
PropertyAnimations.java 53 final Button setButton = (Button) findViewById(R.id.setButton);
91 setupAnimation(setButton, setAnimation, R.animator.combo);
  /packages/apps/Contacts/src/com/android/contacts/
NonPhoneActivity.java 76 alertDialog.setButton(DialogInterface.BUTTON_POSITIVE,
78 alertDialog.setButton(DialogInterface.BUTTON_NEGATIVE,
  /packages/apps/Mms/src/com/android/mms/ui/
NumberPickerDialog.java 83 setButton(DialogInterface.BUTTON_POSITIVE, context.getText(R.string.set), this);
84 setButton(DialogInterface.BUTTON_NEGATIVE, context.getText(R.string.no),
  /packages/apps/Calendar/src/com/android/calendar/event/
EventColorPickerDialog.java 70 mAlertDialog.setButton(DialogInterface.BUTTON_NEUTRAL,
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ColorPickerDialog.java 65 setButton(BUTTON_POSITIVE, positiveButtonText,
81 setButton(BUTTON_NEGATIVE, negativeButtonText,
  /packages/apps/DeskClock/src/com/android/deskclock/
LabelDialogFragment.java 106 final Button setButton = (Button) view.findViewById(R.id.setButton);
107 setButton.setOnClickListener(new View.OnClickListener() {
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 187 mAlertDialog.setButton(getString(R.string.alert_dialog_positive), positiveMessage);
251 mAlertDialog.setButton(getString(R.string.alert_dialog_positive), positiveListener);
255 mAlertDialog.setButton(DialogInterface.BUTTON_POSITIVE,
257 mAlertDialog.setButton(DialogInterface.BUTTON_NEGATIVE,
259 mAlertDialog.setButton(DialogInterface.BUTTON_NEUTRAL,
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 71 dialog.setButton(DialogInterface.BUTTON_POSITIVE,
  /packages/apps/Contacts/src/com/android/contacts/datepicker/
DatePickerDialog.java 163 setButton(BUTTON_POSITIVE, context.getText(com.android.internal.R.string.date_time_set),
165 setButton(BUTTON_NEGATIVE, context.getText(android.R.string.cancel),
  /packages/apps/Settings/src/com/android/settings/vpn2/
VpnDialog.java 159 setButton(DialogInterface.BUTTON_POSITIVE,
168 setButton(DialogInterface.BUTTON_POSITIVE,
173 setButton(DialogInterface.BUTTON_NEGATIVE,

Completed in 892 milliseconds

1 2 3