Home | History | Annotate | Download | only in calendar

Lines Matching refs:tomorrow

1348      * or a combination of yesterday/today/tomorrow and the day of the week.
1422 // If possible, use "Today" or "Tomorrow" instead of a full date string.
1427 } else if (TOMORROW == todayOrTomorrow) {
1428 datetimeString = resources.getString(R.string.tomorrow);
1433 // today or tomorrow, use framework formatter.
1444 // If possible, use "Today" or "Tomorrow" instead of a full date string.
1451 } else if (TOMORROW == todayOrTomorrow) {
1452 // Example: "Tomorrow at 1:00pm - 2:00 pm"
1512 private static final int TOMORROW = 2;
1516 * Returns TODAY or TOMORROW if applicable. Otherwise returns NONE.
1525 return TOMORROW;