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

Commit 4a2fb375 authored by youngtaecha's avatar youngtaecha
Browse files

Change the max limit count from 100 to 500

Bug: 383353508
Test: Build
Flag: EXEMPT changing max limit count
Change-Id: I342479f05ad778bf2389d377b3738d3ba3186d09
parent 514da6eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -724,7 +724,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;