Home | History | Annotate | Download | only in phone

Lines Matching full:dialoginterface

31 import android.content.DialogInterface;
84 implements DialogInterface.OnClickListener,
514 if (buttonClicked == DialogInterface.BUTTON_NEGATIVE) {
1297 // This is a method implemented for DialogInterface.OnClickListener.
1301 public void onClick(DialogInterface dialog, int which) {
1304 case DialogInterface.BUTTON_NEUTRAL:
1307 case DialogInterface.BUTTON_NEGATIVE:
1315 case DialogInterface.BUTTON_POSITIVE: