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

Commit de0075a8 authored by cdu's avatar cdu Committed by Howard Harte
Browse files

Add call log types definition for Ims call.

value defination and @hide marking.

Change-Id: I137d58e28bcb2c8bfdd6f8f8b7bb4759bd35f2c6
parent c863af5d
Loading
Loading
Loading
Loading
+22 −1
Original line number Original line Diff line number Diff line
@@ -156,10 +156,31 @@ public class CallLog {
        public static final int MISSED_TYPE = 3;
        public static final int MISSED_TYPE = 3;
        /** Call log type for voicemails. */
        /** Call log type for voicemails. */
        public static final int VOICEMAIL_TYPE = 4;
        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
        /** Call log type for blacklisted calls
         * @hide
         * @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).
         * Bit-mask describing features of the call (e.g. video).