summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEtan Cohen <etancohen@google.com>2015-06-08 20:29:13 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-08 20:29:14 +0000
commit7631697793a8b82bb2a1cd3adced1b140d266427 (patch)
tree62ef9dc4893abfc03ffa66ce5dde944a69665a6b
parentd8b9b642feab52523ec6db7b170b08f1bc74b004 (diff)
parente4dc7e1ac39bb67d27c38076f1e616cac957459f (diff)
downloadframeworks_base-7631697793a8b82bb2a1cd3adced1b140d266427.zip
frameworks_base-7631697793a8b82bb2a1cd3adced1b140d266427.tar.gz
frameworks_base-7631697793a8b82bb2a1cd3adced1b140d266427.tar.bz2
Merge "Update documentation of CARRIER_PRESENCE & bitmasks." into mnc-dev
-rw-r--r--core/java/android/provider/ContactsContract.java5
1 files changed, 2 insertions, 3 deletions
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;
}