Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 478f5a62 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Replace Calls.FEATURES_NONE with 0 (1/4)" into lmp-dev

parents 6a73202e e3198b71
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23695,7 +23695,6 @@ package android.provider {
    field public static final java.lang.String DURATION = "duration";
    field public static final java.lang.String EXTRA_CALL_TYPE_FILTER = "android.provider.extra.CALL_TYPE_FILTER";
    field public static final java.lang.String FEATURES = "features";
    field public static final int FEATURES_NONE = 0; // 0x0
    field public static final int FEATURES_VIDEO = 1; // 0x1
    field public static final java.lang.String GEOCODED_LOCATION = "geocoded_location";
    field public static final int INCOMING_TYPE = 1; // 0x1
+0 −2
Original line number Diff line number Diff line
@@ -167,8 +167,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;