Home | History | Annotate | Download | only in phone

Lines Matching refs:DialogInterface

23 import android.content.DialogInterface;
68 implements DialogInterface.OnClickListener,
492 if (buttonClicked == DialogInterface.BUTTON_NEGATIVE) {
1275 // This is a method implemented for DialogInterface.OnClickListener.
1279 public void onClick(DialogInterface dialog, int which) {
1282 case DialogInterface.BUTTON_NEUTRAL:
1285 case DialogInterface.BUTTON_NEGATIVE:
1293 case DialogInterface.BUTTON_POSITIVE: