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

Commit 8a478fce 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: Ica795d08c63d774f99a5cc2690591cfa2ff154d0
parents 7cf442a6 ed449455
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 {
            }
        }
    }
}