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

Commit 31913b50 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Removed AMS.mStackSuperivor (22/n)

The stack supervisor object should only be accessed through ATMS.

Test: Existing test pass
Bug: 80414790
Change-Id: I0648a95161a6a5c4ad714264d217c7f5e55852d7
parent 7c5c113f
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -123,17 +123,6 @@ public abstract class ActivityManagerInternal {
     */
    public abstract void notifyNetworkPolicyRulesUpdated(int uid, long procStateSeq);

    /**
     * Saves the current activity manager state and includes the saved state in the next dump of
     * activity manager.
     */
    public abstract void saveANRState(String reason);

    /**
     * Clears the previously saved activity manager ANR state.
     */
    public abstract void clearSavedANRState();

    /**
     * @return true if runtime was restarted, false if it's normal boot
     */
@@ -197,9 +186,6 @@ public abstract class ActivityManagerInternal {
    /** Trims memory usage in the system by removing/stopping unused application processes. */
    public abstract void trimApplications();

    /** Closes all system dialogs. */
    public abstract void closeSystemDialogs(String reason);

    /** Kill the processes in the list due to their tasks been removed. */
    public abstract void killProcessesForRemovedTask(ArrayList<Object> procsToKill);

Loading