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

Commit 1ee362dc authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Synchronize Phone.metrics.containsCsCalls iteration" am: 65745602 am:...

Merge "Synchronize Phone.metrics.containsCsCalls iteration" am: 65745602 am: 92946b5d am: 9dc464c7 am: 271ce6f8

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1935438

Change-Id: I3ea59e3400a328148fdd5517032eb461ad8c82d2
parents 3fc7ba2f 271ce6f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ public class InProgressCallSession {
     * Check if the Call Session contains CS calls
     * @return true if there are CS calls in the call list
     */
    public boolean containsCsCalls() {
    public synchronized boolean containsCsCalls() {
        for (TelephonyCallSession.Event event : events) {
            if (event.type == TelephonyCallSession.Event.Type.RIL_CALL_LIST_CHANGED) {
                return true;