HomeSort by relevance Sort by last modified time
    Searched refs:getmDialog (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothPairingDialogTest.java 113 View button = frag.getmDialog().getButton(AlertDialog.BUTTON_POSITIVE);
127 View view = frag.getmDialog().findViewById(R.id.text);
150 AlertDialog alertDialog = frag.getmDialog();
177 View messagePairing = frag.getmDialog().findViewById(R.id.pairing_code_message);
179 (TextView) frag.getmDialog().findViewById(R.id.pairing_subhead);
180 View pairingViewCaption = frag.getmDialog().findViewById(R.id.pairing_caption);
211 frag.onClick(frag.getmDialog(), AlertDialog.BUTTON_POSITIVE);
227 frag.onClick(frag.getmDialog(), AlertDialog.BUTTON_NEGATIVE);
272 View button = frag.getmDialog().getButton(AlertDialog.BUTTON_POSITIVE);
290 CheckBox sharingCheckbox = (CheckBox) frag.getmDialog()
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialogFragment.java 122 protected AlertDialog getmDialog() {

Completed in 370 milliseconds