Searched refs:showDate (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
H A DCalendarViewAdapter.java86 public CalendarViewAdapter(Context context, int viewType, boolean showDate) { argument
92 mShowDate = showDate;
101 if (showDate) {
/packages/apps/TV/src/com/android/tv/util/
H A DUtils.java412 * Note: At least one of showDate and showTime should be true.
415 boolean useShortFormat, boolean showDate, boolean showTime, int flag) {
418 SoftPreconditions.checkArgument(showTime || showDate);
422 if (showDate) {
414 getDurationString(Context context, long startUtcMillis, long endUtcMillis, boolean useShortFormat, boolean showDate, boolean showTime, int flag) argument

Completed in 59 milliseconds