Searched refs:onDialogLabelSet (Results 1 - 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DLabelDialogFragment.java128 ((AlarmClock) getActivity()).onDialogLabelSet(alarm, label);
130 ((DeskClock) getActivity()).onDialogLabelSet(timer, label, tag);
139 void onDialogLabelSet(Alarm alarm, String label); method in interface:LabelDialogFragment.AlarmLabelDialogHandler
143 void onDialogLabelSet(TimerObj timer, String label, String tag); method in interface:LabelDialogFragment.TimerLabelDialogHandler
H A DDeskClock.java474 public void onDialogLabelSet(TimerObj timer, String label, String tag) { method in class:DeskClock
H A DAlarmClock.java302 public void onDialogLabelSet(Alarm alarm, String label) { method in class:AlarmClock

Completed in 65 milliseconds