Searched refs:mLongPressTitle (Results 1 – 1 of 1) sorted by relevance
185 private String mLongPressTitle; field in DayView756 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()