HomeSort by relevance Sort by last modified time
    Searched full:update_title (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler_unittest.cc 187 HistoryAndBookmarkRow update_title; local
188 update_title.set_title(url_row.title());
189 ASSERT_TRUE(handler.Update(update_title, id_rows));
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 126 final long UPDATE_TITLE = 1L << 10;
190 * For EventType.UPDATE_TITLE:
494 if (event.eventType == EventType.UPDATE_TITLE) {
692 * {@link EventType#UPDATE_TITLE}
    [all...]
AllInOneActivity.java 527 mController.sendEvent(this, EventType.UPDATE_TITLE, t, t, -1, ViewType.CURRENT,
    [all...]
DayView.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaFragment.java 77 // Tracks the time of the top visible view in order to send UPDATE_TITLE messages to the action
475 mController.sendEvent(this, EventType.UPDATE_TITLE, t, t, null, -1,
AgendaWindowAdapter.java 731 CalendarController.getInstance(mContext).sendEvent(this, EventType.UPDATE_TITLE,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekFragment.java 479 controller.sendEvent(this, EventType.UPDATE_TITLE, time, time, time, -1,

Completed in 82 milliseconds