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

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

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

Change-Id: I91fdbf7be569f9b8f6843a049da00b4998b746e3
parents 16b5993f 5c3831ff
Loading
Loading
Loading
Loading
+16 −14
Original line number Diff line number Diff line
@@ -2528,6 +2528,7 @@ public class TrustManagerService extends SystemService {
    }

    private void notifyDeviceLockedListenersForUser(int userId, boolean locked) {
        synchronized (mDeviceLockedStateListeners) {
            int numListeners = mDeviceLockedStateListeners.beginBroadcast();
            try {
                IntStream.range(0, numListeners).forEach(i -> {
@@ -2547,3 +2548,4 @@ public class TrustManagerService extends SystemService {
            }
        }
    }
}