Home | History | Annotate | Download | only in deskclock

Lines Matching refs:LabelDialogFragment

50 public class LabelDialogFragment extends DialogFragment {
53 * The tag that identifies instances of LabelDialogFragment in the fragment manager.
67 public static LabelDialogFragment newInstance(Alarm alarm, String label, String tag) {
73 final LabelDialogFragment frag = new LabelDialogFragment();
78 public static LabelDialogFragment newInstance(Timer timer) {
83 final LabelDialogFragment frag = new LabelDialogFragment();
89 * Replaces any existing LabelDialogFragment with the given {@code fragment}.
91 public static void show(FragmentManager manager, LabelDialogFragment fragment) {
101 // Remove existing instance of LabelDialogFragment if necessary.