Searched refs:TOMORROW (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DCalendarInteractionUtils.java23 private static final int TOMORROW = 2; field in class:CalendarInteractionUtils
52 } else if (TOMORROW == todayOrTomorrow) {
76 } else if (TOMORROW == todayOrTomorrow) {
143 * Returns TODAY or TOMORROW if applicable. Otherwise returns NONE.
152 return TOMORROW;
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java1427 } else if (TOMORROW == todayOrTomorrow) {
1451 } else if (TOMORROW == todayOrTomorrow) {
1512 private static final int TOMORROW = 2; field in class:Utils
1516 * Returns TODAY or TOMORROW if applicable. Otherwise returns NONE.
1525 return TOMORROW;

Completed in 36 milliseconds