Home
last modified time | relevance | path

Searched refs:constructReminderLabel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/event/
DEventViewUtils.java45 public static String constructReminderLabel(Context context, int minutes, boolean abbrev) { in constructReminderLabel() method in EventViewUtils
145 String label = constructReminderLabel(context, minutes, false); in addMinutesToList()
/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java1069 String label = EventViewUtils.constructReminderLabel(mActivity, 35, true); in testConstructReminderLabel()
1072 label = EventViewUtils.constructReminderLabel(mActivity, 72, false); in testConstructReminderLabel()
1075 label = EventViewUtils.constructReminderLabel(mActivity, 60, true); in testConstructReminderLabel()
1078 label = EventViewUtils.constructReminderLabel(mActivity, 60 * 48, true); in testConstructReminderLabel()