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

Commit 42e10be2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Add call log types definition for Ims call."

parents 2478e8bd d8910a76
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).
         *