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

Commit 3788fbf1 authored by Pranav Madapurmath's avatar Pranav Madapurmath Committed by Automerger Merge Worker
Browse files

Merge "Support notion of ECBM for work profiles." into udc-dev am: 3d414dd3...

Merge "Support notion of ECBM for work profiles." into udc-dev am: 3d414dd3 am: 48d255d3 am: a4afc6ea

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



Change-Id: I1aed1a08fda3abec10c22b657f6a562a1fbf7b58
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 64da358d a4afc6ea
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -1293,7 +1293,8 @@ public class CallLog {
                USER_MISSED_NO_VIBRATE,
                USER_MISSED_CALL_SCREENING_SERVICE_SILENCED,
                USER_MISSED_CALL_FILTERS_TIMEOUT,
                USER_MISSED_NEVER_RANG
                USER_MISSED_NEVER_RANG,
                USER_MISSED_NOT_RUNNING
        })
        @Retention(RetentionPolicy.SOURCE)
        public @interface MissedReason {}
@@ -1390,6 +1391,13 @@ public class CallLog {
         */
        public static final long USER_MISSED_NEVER_RANG = 1 << 23;

        /**
         * When {@link CallLog.Calls#TYPE} is {@link CallLog.Calls#MISSED_TYPE}, set this bit when
         * the user receiving the call is not running (i.e. work profile paused).
         * @hide
         */
        public static final long USER_MISSED_NOT_RUNNING = 1 << 24;

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