Searched refs:EntryDialogFragment (Results 1 – 1 of 1) sorted by relevance
279 .replace(android.R.id.content, EntryDialogFragment.newInstance(mDevice, mType)) in createUserEntryDialog()334 public static class EntryDialogFragment extends Fragment { class in BluetoothPairingDialog342 public static EntryDialogFragment newInstance(BluetoothDevice device, int type) { in newInstance()343 final EntryDialogFragment fragment = new EntryDialogFragment(); in newInstance()