Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:getmDialog

107         View button = frag.getmDialog().getButton(AlertDialog.BUTTON_POSITIVE);
121 View view = frag.getmDialog().findViewById(R.id.text);
144 AlertDialog alertDialog = frag.getmDialog();
172 View messagePairing = frag.getmDialog().findViewById(R.id.pairing_code_message);
173 TextView pairingViewContent = frag.getmDialog().findViewById(R.id.pairing_subhead);
174 View pairingViewCaption = frag.getmDialog().findViewById(R.id.pairing_caption);
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);
285 frag.getmDialog().findViewById(R.id.phonebook_sharing_message_confirm_pin);
303 frag.getmDialog().findViewById(R.id.phonebook_sharing_message_confirm_pin);
321 TextView message = frag.getmDialog().findViewById(R.id.message_below_pin);
340 TextView hint = frag.getmDialog().findViewById(R.id.pin_values_hint);
360 TextView hint = frag.getmDialog().findViewById(R.id.pin_values_hint);
362 TextView message = frag.getmDialog().findViewById(R.id.message_below_pin);
386 frag.onClick(frag.getmDialog(), AlertDialog.BUTTON_POSITIVE);
404 frag.onClick(frag.getmDialog(), AlertDialog.BUTTON_NEGATIVE);
450 assertThat(frag.getmDialog()).isNotNull();