Remove CACHED_PROC_STATES which is unused.

Test: atest ProcessStatsTest
Bug: 271160990
Bug: 260242581
Change-Id: I62ed4eac102cc8f9c9ce7ab1325410cddc834ca1
This commit is contained in:
Yu-Ting Tseng
2023-03-03 14:08:27 -08:00
parent caf6347d11
commit 631105a2af

View File

@@ -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);