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

Commit 983fe0e5 authored by Orion Hodson's avatar Orion Hodson
Browse files

Fix duplication of CALL_ constants

From merges of baf105bf and 4a05d5cc.

Test: m -j32

Change-Id: I115d78d6c840ac97922ea44cff53a1508dd57849
parent c061775b
Loading
Loading
Loading
Loading
+0 −21
Original line number Diff line number Diff line
@@ -146,27 +146,6 @@ public class CallsManager extends Call.ListenerBase
    private static final String PERMISSION_PROCESS_PHONE_ACCOUNT_REGISTRATION =
            "android.permission.PROCESS_PHONE_ACCOUNT_REGISTRATION";

    /**
     * Call filter specifier used with
     * {@link #getNumCallsWithState(int, Call, PhoneAccountHandle, int...)} to indicate only
     * self-managed calls should be included.
     */
    private static final int CALL_FILTER_SELF_MANAGED = 1;

    /**
     * Call filter specifier used with
     * {@link #getNumCallsWithState(int, Call, PhoneAccountHandle, int...)} to indicate only
     * managed calls should be included.
     */
    private static final int CALL_FILTER_MANAGED = 2;

    /**
     * Call filter specifier used with
     * {@link #getNumCallsWithState(int, Call, PhoneAccountHandle, int...)} to indicate both managed
     * and self-managed calls should be included.
     */
    private static final int CALL_FILTER_ALL = 3;

    private static final int HANDLER_WAIT_TIMEOUT = 10000;
    private static final int MAXIMUM_LIVE_CALLS = 1;
    private static final int MAXIMUM_HOLD_CALLS = 1;