Fixing the broken build

Change-Id: Ie7b722f2e71b51d180c95cf0d4bdbf4975e1a2be
This commit is contained in:
Dmitri Plotnikov
2009-09-24 14:04:40 -07:00
parent f18c539344
commit 6938bb36b8

View File

@@ -244,6 +244,7 @@ public final class ContactsContract {
* This column is only returned if explicitly requested in the query * This column is only returned if explicitly requested in the query
* projection. * projection.
* <p>Type: TEXT</p> * <p>Type: TEXT</p>
* @hide TODO unhide
*/ */
public static final String PRESENCE_CUSTOM_STATUS_TIMESTAMP = public static final String PRESENCE_CUSTOM_STATUS_TIMESTAMP =
Presence.PRESENCE_CUSTOM_STATUS_TIMESTAMP; Presence.PRESENCE_CUSTOM_STATUS_TIMESTAMP;
@@ -253,6 +254,7 @@ public final class ContactsContract {
* This column is only returned if explicitly requested in the query * This column is only returned if explicitly requested in the query
* projection. * projection.
* <p>Type: NUMBER</p> * <p>Type: NUMBER</p>
* @hide TODO unhide
*/ */
public static final String PRESENCE_PROTOCOL = "presence_protocol"; public static final String PRESENCE_PROTOCOL = "presence_protocol";
@@ -261,6 +263,7 @@ public final class ContactsContract {
* {@link CommonDataKinds.Im#CUSTOM_PROTOCOL}. This column is only * {@link CommonDataKinds.Im#CUSTOM_PROTOCOL}. This column is only
* returned if explicitly requested in the query projection. * returned if explicitly requested in the query projection.
* <p>Type: TEXT</p> * <p>Type: TEXT</p>
* @hide TODO unhide
*/ */
public static final String PRESENCE_CUSTOM_PROTOCOL = "presence_custom_protocol"; public static final String PRESENCE_CUSTOM_PROTOCOL = "presence_custom_protocol";
@@ -969,6 +972,7 @@ public final class ContactsContract {
/** /**
* The time when the presence custom status was inserted/updated. * The time when the presence custom status was inserted/updated.
* <p>Type: TEXT</p> * <p>Type: TEXT</p>
* @hide TODO unhide
*/ */
public static final String PRESENCE_CUSTOM_STATUS_TIMESTAMP = "status_timestamp"; public static final String PRESENCE_CUSTOM_STATUS_TIMESTAMP = "status_timestamp";
} }