Merge "Remove CACHED_PROC_STATES which is unused." into tm-qpr-dev

This commit is contained in:
Yu-Ting Tseng
2023-03-08 21:24:57 +00:00
committed by Android (Google) Code Review

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