From e4dc7e1ac39bb67d27c38076f1e616cac957459f Mon Sep 17 00:00:00 2001 From: Etan Cohen Date: Mon, 8 Jun 2015 13:02:44 -0700 Subject: Update documentation of CARRIER_PRESENCE & bitmasks. Bug: 21572292 Change-Id: If4727e7c18ce94f7c715ac91d61456ff0de10001 --- core/java/android/provider/ContactsContract.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'core/java/android/provider') diff --git a/core/java/android/provider/ContactsContract.java b/core/java/android/provider/ContactsContract.java index df2e5f9..d9c412b 100644 --- a/core/java/android/provider/ContactsContract.java +++ b/core/java/android/provider/ContactsContract.java @@ -4079,9 +4079,8 @@ public final class ContactsContract { public static final String CARRIER_PRESENCE = "carrier_presence"; /** - * Bitmask flags for CARRIER_PRESENCE column. Each value represents - * a bit (or a set of bits) which may be set independently of each - * other. + * Indicates that the entry is Video Telephony (VT) capable on the + * current carrier. An allowed bitmask of {@link #CARRIER_PRESENCE}. */ public static final int CARRIER_PRESENCE_VT_CAPABLE = 0x01; } -- cgit v1.1