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