Home
last modified time | relevance | path

Searched refs:sendEvent (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DAllInOneActivity.java299 mController.sendEvent(this, EventType.GO_TO, time, time, -1, ViewType.CURRENT); in onNewIntent()
550 mController.sendEvent(this, EventType.UPDATE_TITLE, t, t, -1, ViewType.CURRENT, in onResume()
610 mController.sendEvent(this, EventType.USER_HOME, null, null, -1, ViewType.CURRENT); in onUserLeaveHint()
707 mController.sendEvent(this, EventType.GO_TO, t, null, -1, viewType); in initFragments()
714 mController.sendEvent(this, EventType.GO_TO, null, null, -1, mPreviousView); in onBackPressed()
787 mController.sendEvent(this, EventType.LAUNCH_SELECT_VISIBLE_CALENDARS, null, null, in onOptionsItemSelected()
791 mController.sendEvent(this, EventType.LAUNCH_SETTINGS, null, null, 0, 0); in onOptionsItemSelected()
815 mController.sendEvent(this, EventType.GO_TO, t, null, t, -1, viewType, extras, null, null); in onOptionsItemSelected()
1167 mController.sendEvent(this, EventType.GO_TO, event.startTime, event.endTime, in handleEvent()
1170 mController.sendEvent(this, EventType.GO_TO, event.selectedTime, in handleEvent()
[all …]
DSearchActivity.java224 mController.sendEvent(this, searchEventInfo); in search()
274 mController.sendEvent(this, EventType.GO_TO, t, null, -1, ViewType.CURRENT); in onOptionsItemSelected()
279 mController.sendEvent(this, EventType.LAUNCH_SETTINGS, null, null, 0, 0); in onOptionsItemSelected()
339 mController.sendEvent(this, EventType.EVENTS_CHANGED, null, null, -1, ViewType.CURRENT); in eventsChanged()
365 mController.sendEvent(this, EventType.SEARCH, null, null, -1, ViewType.CURRENT, 0, query, in onQueryTextSubmit()
DCalendarController.java357 this.sendEvent(sender, info); in sendEventRelatedEventWithExtra()
370 public void sendEvent(Object sender, long eventType, Time start, Time end, long eventId, in sendEvent() method in CalendarController
372 sendEvent(sender, eventType, start, end, start, eventId, viewType, EXTRA_GOTO_TIME, null, in sendEvent()
379 public void sendEvent(Object sender, long eventType, Time start, Time end, long eventId, in sendEvent() method in CalendarController
381 sendEvent(sender, eventType, start, end, start, eventId, viewType, extraLong, query, in sendEvent()
385 public void sendEvent(Object sender, long eventType, Time start, Time end, Time selected, in sendEvent() method in CalendarController
397 this.sendEvent(sender, info); in sendEvent()
400 public void sendEvent(Object sender, final EventInfo event) { in sendEvent() method in CalendarController
DDayView.java1137 mController.sendEvent(this, EventType.UPDATE_TITLE, start, end, null, -1, ViewType.CURRENT, in updateTitle()
1633 mController.sendEvent(this, EventType.GO_TO, date, end, -1, ViewType.CURRENT); in onKeyDown()
1640 mController.sendEvent(this, EventType.GO_TO, date, date, -1, ViewType.CURRENT); in onKeyDown()
1803 mController.sendEvent(this, EventType.GO_TO, mStart, mEnd, null, -1, in onAnimationEnd()
3878 mController.sendEvent(this, EventType.GO_TO, null, null, selectedTime, -1, in doSingleTapUp()
3933 mController.sendEvent(this, EventType.GO_TO, startTime, endTime, -1, ViewType.CURRENT, in doSingleTapUp()
4409 mController.sendEvent(this, EventType.GO_TO, getSelectedTime(), null, -1, in onMenuItemClick()
4414 mController.sendEvent(this, EventType.GO_TO, getSelectedTime(), null, -1, in onMenuItemClick()
/packages/apps/Calendar/src/com/android/calendar/month/
DMonthByWeekAdapter.java292 mController.sendEvent(mContext, EventType.GO_TO, day, day, -1, in onDayTapped()
296 mController.sendEvent(mContext, EventType.GO_TO, day, day, -1, in onDayTapped()
DMonthByWeekFragment.java455 controller.sendEvent(this, EventType.UPDATE_TITLE, time, time, time, -1, in setMonthDisplayed()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaFragment.java445 mController.sendEvent(this, EventType.UPDATE_TITLE, t, t, null, -1, in onScroll()
DAgendaWindowAdapter.java695 CalendarController.getInstance(mContext).sendEvent(this, EventType.UPDATE_TITLE, in refresh()
968 CalendarController.getInstance(mContext).sendEvent(this, in onQueryComplete()
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DCalendarSyncAdapter.java1482 private void sendEvent(Entity entity, String clientId, Serializer s) in sendEvent() method in CalendarSyncAdapter
1932 sendEvent(entity, clientId, s); in sendLocalChanges()
1950 sendEvent(exEntity, null, s); in sendLocalChanges()