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

Commit 599db5c8 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Refactor Service code out of main ActivityManagerService class.

Change-Id: I83ade73b48e8fda1ad413634c1eb0dba2a545ca7
parent 4cb33847
Loading
Loading
Loading
Loading
+2145 −0

File added.

Preview size limit exceeded, changes collapsed.

+58 −2051

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Original line Diff line number Diff line
@@ -3902,7 +3902,7 @@ final class ActivityStack {
            Iterator<ConnectionRecord> it = r.connections.iterator();
            Iterator<ConnectionRecord> it = r.connections.iterator();
            while (it.hasNext()) {
            while (it.hasNext()) {
                ConnectionRecord c = it.next();
                ConnectionRecord c = it.next();
                mService.removeConnectionLocked(c, null, r);
                mService.mServices.removeConnectionLocked(c, null, r);
            }
            }
            r.connections = null;
            r.connections = null;
        }
        }