Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:AlertDialog

29 import android.app.AlertDialog;
107 View button = frag.getmDialog().getButton(AlertDialog.BUTTON_POSITIVE);
144 AlertDialog alertDialog = frag.getmDialog();
147 View view = alertDialog.findViewById(R.id.text);
205 frag.onClick(frag.getmDialog(), AlertDialog.BUTTON_POSITIVE);
221 frag.onClick(frag.getmDialog(), AlertDialog.BUTTON_NEGATIVE);
266 View button = frag.getmDialog().getButton(AlertDialog.BUTTON_POSITIVE);
386 frag.onClick(frag.getmDialog(), AlertDialog.BUTTON_POSITIVE);
404 frag.onClick(frag.getmDialog(), AlertDialog.BUTTON_NEGATIVE);
438 AlertDialog dialog = ShadowAlertDialog.getLatestAlertDialog();