HomeSort by relevance Sort by last modified time
    Searched defs:TOMORROW (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionUtils.java 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;
    [all...]
  /external/libtextclassifier/
types.h 314 TOMORROW = 5,
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]

Completed in 211 milliseconds