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

/frameworks/base/core/java/android/text/format/
H A DDateUtils.java303 * @param dayOfWeek One of {@link Calendar#SUNDAY Calendar.SUNDAY},
311 * @throws IndexOutOfBoundsException if the dayOfWeek is out of bounds.
313 public static String getDayOfWeekString(int dayOfWeek, int abbrev) { argument
325 return r.getString(list[dayOfWeek - Calendar.SUNDAY]);

Completed in 51 milliseconds