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

Commit 631105a2 authored by Yu-Ting Tseng's avatar Yu-Ting Tseng
Browse files

Remove CACHED_PROC_STATES which is unused.

Test: atest ProcessStatsTest
Bug: 271160990
Bug: 260242581
Change-Id: I62ed4eac102cc8f9c9ce7ab1325410cddc834ca1
parent caf6347d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -137,11 +137,6 @@ public class ProcessStatsUi extends ProcessStatsBase {
            ProcessStats.STATE_TOP
    };

    public static final int[] CACHED_PROC_STATES = new int[] {
            ProcessStats.STATE_CACHED_ACTIVITY, ProcessStats.STATE_CACHED_ACTIVITY_CLIENT,
            ProcessStats.STATE_CACHED_EMPTY
    };

    public static String makeDuration(long time) {
        StringBuilder sb = new StringBuilder(32);
        TimeUtils.formatDuration(time, sb);