Searched refs:descriptionPattern (Results 1 – 1 of 1) sorted by relevance
367 final String descriptionPattern = DateFormat.getBestDateTimePattern(l, descriptionSkeleton); in updateDate() local372 dateDisplay.setContentDescription(new SimpleDateFormat(descriptionPattern, l).format(now)); in updateDate()