Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DExpandedAlarmViewHolder.java95 dayButton.setContentDescription(Utils.getLongWeekday(i, firstDay)); in ExpandedAlarmViewHolder()
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java637 public static String getLongWeekday(int position, int firstDay) { in getLongWeekday() method in Utils