Home | History | Annotate | Download | only in interactions

Lines Matching refs:today

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