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

Commit 3d414dd3 authored by Pranav Madapurmath's avatar Pranav Madapurmath Committed by Android (Google) Code Review
Browse files

Merge "Support notion of ECBM for work profiles." into udc-dev

parents c1358b3c cf9b399a
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.