summaryrefslogtreecommitdiffstats
path: root/core/java/android/provider
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-09-08 21:50:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-08 21:50:35 +0000
commit8dc2c62821c4e3fbec5d1528874bd244651a632e (patch)
treef2a1a5642c18df6378a9140a5d8893395b700b23 /core/java/android/provider
parente759c90cb29ba918fa3ec0f0ab0243fbfc72cc73 (diff)
parent478f5a62125053e8a50c5e133d6cbb1182cea853 (diff)
downloadframeworks_base-8dc2c62821c4e3fbec5d1528874bd244651a632e.zip
frameworks_base-8dc2c62821c4e3fbec5d1528874bd244651a632e.tar.gz
frameworks_base-8dc2c62821c4e3fbec5d1528874bd244651a632e.tar.bz2
am af99dec4: Merge "Replace Calls.FEATURES_NONE with 0 (1/4)" into lmp-dev
* commit 'af99dec488b5eae712253d24ce9f1e85ccfefdeb': Replace Calls.FEATURES_NONE with 0 (1/4)
Diffstat (limited to 'core/java/android/provider')
-rw-r--r--core/java/android/provider/CallLog.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/provider/CallLog.java b/core/java/android/provider/CallLog.java
index 69f687c..26228fb 100644
--- a/core/java/android/provider/CallLog.java
+++ b/core/java/android/provider/CallLog.java
@@ -163,8 +163,6 @@ public class CallLog {
*/
public static final String FEATURES = "features";
- /** Call had no associated features (e.g. voice-only). */
- public static final int FEATURES_NONE = 0x0;
/** Call had video. */
public static final int FEATURES_VIDEO = 0x1;