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

Commit b29770b1 authored by youngtaecha's avatar youngtaecha Committed by Android Build Coastguard Worker
Browse files

Change the max limit count from 100 to 500

Bug: 383353508
Test: Build
Flag: EXEMPT changing max limit count
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:4a2fb375a499f429bacb2aee690c2864120f9e45)
Merged-In: I342479f05ad778bf2389d377b3738d3ba3186d09
Change-Id: I342479f05ad778bf2389d377b3738d3ba3186d09
parent e1f6fe5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -725,7 +725,7 @@ public class SatelliteController extends Handler {
    // device.
    private List<DeviceState> mDeviceStates = new ArrayList();

    public static final int RESULT_RECEIVER_COUNT_ANOMALY_THRESHOLD = 100;
    public static final int RESULT_RECEIVER_COUNT_ANOMALY_THRESHOLD = 500;
    protected final Object mResultReceiverTotalCountLock = new Object();
    @GuardedBy("mResultReceiverTotalCountLock")
    protected int mResultReceiverTotalCount;