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

/packages/apps/Calendar/src/com/android/calendar/
H A DUtils.java1220 } else if (TOMORROW == todayOrTomorrow) {
1244 } else if (TOMORROW == todayOrTomorrow) {
1305 private static final int TOMORROW = 2; field in class:Utils
1309 * Returns TODAY or TOMORROW if applicable. Otherwise returns NONE.
1318 return TOMORROW;

Completed in 46 milliseconds