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

Commit b09650e5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Extend the max count for retrying to request DirectActions to 7." into...

Merge "Extend the max count for retrying to request DirectActions to 7." into tm-dev am: fcf09034 am: 57ea543d

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



Change-Id: I05db13a4f077cb0e5420643858f61659a2fec551
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d4261b16 57ea543d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -299,7 +299,7 @@ public final class ActivityThread extends ClientTransactionHandler
    /** The delay time for retrying to request DirectActions. */
    private static final long REQUEST_DIRECT_ACTIONS_RETRY_TIME_MS = 200;
    /** The max count for retrying to request DirectActions. */
    private static final int REQUEST_DIRECT_ACTIONS_RETRY_MAX_COUNT = 3;
    private static final int REQUEST_DIRECT_ACTIONS_RETRY_MAX_COUNT = 7;

    /**
     * Denotes an invalid sequence number corresponding to a process state change.