Home
last modified time | relevance | path

Searched refs:EXTRA_GOTO_BACK_TO_PREVIOUS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekAdapter.kt245 or CalendarController.EXTRA_GOTO_BACK_TO_PREVIOUS, null, null in onDayTapped()
/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.kt698 const val EXTRA_GOTO_BACK_TO_PREVIOUS: Long = 4 constant
DAllInOneActivity.kt909 if (event.extraLong and CalendarController.EXTRA_GOTO_BACK_TO_PREVIOUS != 0L) { in handleEvent()