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

Commit e3198b71 authored by Yorke Lee's avatar Yorke Lee
Browse files

Replace Calls.FEATURES_NONE with 0 (1/4)

Bug: 17253963
Change-Id: I9e9e56cdf4c9a60ac1e047bef0eba2ba0c8f10fb
parent 17157526
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23704,7 +23704,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;