Loading core/java/android/provider/CalendarContract.java +4 −5 Original line number Original line Diff line number Diff line Loading @@ -734,8 +734,7 @@ public final class CalendarContract { /** /** * The type of attendee. Column name. * The type of attendee. Column name. * <P> * <P> * Type: Integer (one of {@link #TYPE_REQUIRED}, {@link #TYPE_OPTIONAL}, * Type: Integer (one of {@link #TYPE_REQUIRED}, {@link #TYPE_OPTIONAL} * {@link #TYPE_RESOURCE}) * </P> * </P> */ */ public static final String ATTENDEE_TYPE = "attendeeType"; public static final String ATTENDEE_TYPE = "attendeeType"; Loading @@ -745,7 +744,7 @@ public final class CalendarContract { public static final int TYPE_OPTIONAL = 2; public static final int TYPE_OPTIONAL = 2; /** /** * This specifies that an attendee is a resource, such as a room, and * This specifies that an attendee is a resource, such as a room, and * not an actual person. TODO UNHIDE * not an actual person. TODO UNHIDE and add to ATTENDEE_TYPE comment * * * @hide * @hide */ */ Loading Loading
core/java/android/provider/CalendarContract.java +4 −5 Original line number Original line Diff line number Diff line Loading @@ -734,8 +734,7 @@ public final class CalendarContract { /** /** * The type of attendee. Column name. * The type of attendee. Column name. * <P> * <P> * Type: Integer (one of {@link #TYPE_REQUIRED}, {@link #TYPE_OPTIONAL}, * Type: Integer (one of {@link #TYPE_REQUIRED}, {@link #TYPE_OPTIONAL} * {@link #TYPE_RESOURCE}) * </P> * </P> */ */ public static final String ATTENDEE_TYPE = "attendeeType"; public static final String ATTENDEE_TYPE = "attendeeType"; Loading @@ -745,7 +744,7 @@ public final class CalendarContract { public static final int TYPE_OPTIONAL = 2; public static final int TYPE_OPTIONAL = 2; /** /** * This specifies that an attendee is a resource, such as a room, and * This specifies that an attendee is a resource, such as a room, and * not an actual person. TODO UNHIDE * not an actual person. TODO UNHIDE and add to ATTENDEE_TYPE comment * * * @hide * @hide */ */ Loading