Remove CACHED_PROC_STATES which is unused.
Test: atest ProcessStatsTest Bug: 271160990 Bug: 260242581 Change-Id: I62ed4eac102cc8f9c9ce7ab1325410cddc834ca1
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user