Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayView.java185 private String mLongPressTitle; field in DayView
756 mLongPressTitle = mResources.getString(R.string.new_event_dialog_label); in DayView()
4956 mLongPressTitle = Utils.formatDateRange(mContext, time, time, flags); in onLongClick()
4957 new AlertDialog.Builder(mContext).setTitle(mLongPressTitle) in onLongClick()