Loading core/java/android/provider/CalendarContract.java +1 −1 Original line number Diff line number Diff line Loading @@ -599,7 +599,7 @@ public final class CalendarContract { /** * The default sort order for this table */ public static final String DEFAULT_SORT_ORDER = CALENDAR_DISPLAY_NAME; public static final String DEFAULT_SORT_ORDER = "displayName"; /** * The name of the calendar. Column name. Loading Loading
core/java/android/provider/CalendarContract.java +1 −1 Original line number Diff line number Diff line Loading @@ -599,7 +599,7 @@ public final class CalendarContract { /** * The default sort order for this table */ public static final String DEFAULT_SORT_ORDER = CALENDAR_DISPLAY_NAME; public static final String DEFAULT_SORT_ORDER = "displayName"; /** * The name of the calendar. Column name. Loading