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

/packages/apps/Contacts/src/com/android/contacts/interactions/
H A DCalendarInteractionUtils.java22 private static final int TODAY = 1; field in class:CalendarInteractionUtils
50 if (TODAY == todayOrTomorrow) {
72 if (TODAY == todayOrTomorrow) {
143 * Returns TODAY or TOMORROW if applicable. Otherwise returns NONE.
154 return TODAY;
/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java1425 if (TODAY == todayOrTomorrow) {
1447 if (TODAY == todayOrTomorrow) {
1511 private static final int TODAY = 1; field in class:Utils
1516 * Returns TODAY or TOMORROW if applicable. Otherwise returns NONE.
1527 return TODAY;

Completed in 58 milliseconds