HomeSort by relevance Sort by last modified time
    Searched refs:todayOrTomorrow (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/interactions/
CalendarInteractionUtils.java 48 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(),
50 if (TODAY == todayOrTomorrow) {
52 } else if (TOMORROW == todayOrTomorrow) {
70 int todayOrTomorrow = isTodayOrTomorrow(context.getResources(), startMillis,
72 if (TODAY == todayOrTomorrow) {
76 } else if (TOMORROW == todayOrTomorrow) {
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]

Completed in 99 milliseconds