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

Commit f89331dd authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/30827490'] into 25Q1-release.

Change-Id: Ie5e08bc99acf830efd82cfa303b5558ed2dee80f
parents e1f6fe5f b29770b1
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;