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

Commit d8910a76 authored by cdu's avatar cdu Committed by Gerrit - the friendly Code Review server
Browse files

Add call log types definition for Ims call.

value defination and @hide marking.

Change-Id: Idc822b8c2ce76d3fdba903fba0ca173503f3f3bb
parent 68c0ba3a
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -160,6 +160,25 @@ public class CallLog {
        /** 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;

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