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

Commit 682be946 authored by cdu's avatar cdu Committed by Deepak Kundra
Browse files

Add call log types definition for Ims call.

value defination and @hide marking.

Change-Id: Id70b2561135051f5197eb9e73c00ae535e3be92f
parent 81226d99
Loading
Loading
Loading
Loading
+22 −1
Original line number Diff line number Diff line
@@ -156,10 +156,31 @@ public class CallLog {
        public static final int MISSED_TYPE = 3;
        /** Call log type for voicemails. */
        public static final int VOICEMAIL_TYPE = 4;

        /**
         *  Call log type for incoming ims calls
         * <P>Type: INTEGER (int)</P>
         * @hide
         */
        public static final int INCOMING_IMS_TYPE = 5;
        /**
         *  Call log type for outgoing ims calls
         * <P>Type: INTEGER (int)</P>
         * @hide
         */
        public static final int OUTGOING_IMS_TYPE = 6;
        /**
         *  Call log type for missed ims calls
         * <P>Type: INTEGER (int)</P>
         * @hide
         */
        public static final int MISSED_IMS_TYPE = 7;

        /** Call log type for blacklisted calls
         * @hide
         */
        public static final int BLACKLIST_TYPE = 5;
        public static final int BLACKLIST_TYPE = 8;


        /**
         * Bit-mask describing features of the call (e.g. video).