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

/packages/apps/DeskClock/src/com/android/deskclock/
H A DUtils.java84 private static String[] sShortWeekdays = null; field in class:Utils
625 if (sShortWeekdays == null) {
633 sShortWeekdays = shortWeekdays;
635 return sShortWeekdays;

Completed in 66 milliseconds