Searched refs:ConfirmationDialogFragment (Results 1 – 4 of 4) sorted by relevance
104 final DialogFragment fragment = ConfirmationDialogFragment.newInstance( in onRadioButtonClicked()106 fragment.show(activity.getFragmentManager(), ConfirmationDialogFragment.TAG); in onRadioButtonClicked()114 public static class ConfirmationDialogFragment extends InstrumentedDialogFragment class in ShortcutServicePickerFragment120 public static ConfirmationDialogFragment newInstance(ShortcutServicePickerFragment parent, in newInstance()122 final ConfirmationDialogFragment fragment = new ConfirmationDialogFragment(); in newInstance()
61 fragment.show(activity.getFragmentManager(), ConfirmationDialogFragment.TAG); in onRadioButtonClicked()88 protected ConfirmationDialogFragment newConfirmationDialogFragment(String selectedKey, in newConfirmationDialogFragment()90 final ConfirmationDialogFragment fragment = new ConfirmationDialogFragment(); in newConfirmationDialogFragment()99 public static class ConfirmationDialogFragment extends InstrumentedDialogFragment class in DefaultAppPickerFragment
84 protected ConfirmationDialogFragment newConfirmationDialogFragment(String selectedKey, in newConfirmationDialogFragment()98 extends ConfirmationDialogFragment {
281 ConfirmationDialogFragment.newInstance(mDevice, mPairingKey, mType); in createConfirmationDialog()410 public static class ConfirmationDialogFragment extends Fragment { class in BluetoothPairingDialog420 public static ConfirmationDialogFragment newInstance(BluetoothDevice device, in newInstance()422 final ConfirmationDialogFragment fragment = new ConfirmationDialogFragment(); in newInstance()