Home | History | Annotate | Download | only in interactions

Lines Matching refs:TOMORROW

23     private static final int TOMORROW = 2;
47 // If possible, use "Today" or "Tomorrow" instead of a full date string.
52 } else if (TOMORROW == todayOrTomorrow) {
53 datetimeString = resources.getString(R.string.tomorrow);
58 // today or tomorrow, use framework formatter.
69 // If possible, use "Today" or "Tomorrow" instead of a full date string.
76 } else if (TOMORROW == todayOrTomorrow) {
77 // Example: "Tomorrow at 1:00pm - 2:00 pm"
143 * Returns TODAY or TOMORROW if applicable. Otherwise returns NONE.
152 return TOMORROW;