Home
last modified time | relevance | path

Searched refs:UPDATE_TITLE (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DCalendarController.java112 final long UPDATE_TITLE = 1L << 10; field
468 if (event.eventType == EventType.UPDATE_TITLE) { in sendEvent()
693 } else if ((eventInfo.eventType & EventType.UPDATE_TITLE) != 0) { in eventInfoToString()
DAllInOneActivity.java485 mController.sendEvent(this, EventType.UPDATE_TITLE, t, t, -1, ViewType.CURRENT, in onResume()
849 if (event.eventType != EventType.UPDATE_TITLE || mActionBar == null) { in setTitleInActionBar()
933 return EventType.GO_TO | EventType.UPDATE_TITLE; in getSupportedEventTypes()
994 } else if (event.eventType == EventType.UPDATE_TITLE) { in handleEvent()
DDayView.java1121 mController.sendEvent(this, EventType.UPDATE_TITLE, start, end, null, -1, ViewType.CURRENT, in updateTitle()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekFragment.java462 controller.sendEvent(this, EventType.UPDATE_TITLE, time, time, time, -1, in setMonthDisplayed()