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

Commit 2888ffd0 authored by Grace Jia's avatar Grace Jia Committed by Automerger Merge Worker
Browse files

Merge "Add USER_MISSED_NEVER_RANG to cover the case for call reported as miss...

Merge "Add USER_MISSED_NEVER_RANG to cover the case for call reported as miss even before it get the chance to ring." into tm-dev am: 28232fc9

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17968712



Change-Id: Id5a9e871963448aa0968cb44841fc9193363569d
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents cf8d94aa 28232fc9
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -1292,7 +1292,8 @@ public class CallLog {
                USER_MISSED_LOW_RING_VOLUME,
                USER_MISSED_NO_VIBRATE,
                USER_MISSED_CALL_SCREENING_SERVICE_SILENCED,
                USER_MISSED_CALL_FILTERS_TIMEOUT
                USER_MISSED_CALL_FILTERS_TIMEOUT,
                USER_MISSED_NEVER_RANG
        })
        @Retention(RetentionPolicy.SOURCE)
        public @interface MissedReason {}
@@ -1382,6 +1383,13 @@ public class CallLog {
         */
        public static final long USER_MISSED_CALL_FILTERS_TIMEOUT = 1 << 22;

        /**
         * When {@link CallLog.Calls#TYPE} is {@link CallLog.Calls#MISSED_TYPE}, set this bit when
         * the call ended before ringing.
         * @hide
         */
        public static final long USER_MISSED_NEVER_RANG = 1 << 23;

        /**
         * Where the {@link CallLog.Calls#TYPE} is {@link CallLog.Calls#MISSED_TYPE},
         * indicates factors which may have lead the user to miss the call.