Home
last modified time | relevance | path

Searched refs:STATE_BOUND_TOP_OR_FGS (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/app/procstats/
H A DDumpUtils.java30 import static com.android.internal.app.procstats.ProcessStats.STATE_BOUND_TOP_OR_FGS;
75 STATE_NAMES[STATE_BOUND_TOP_OR_FGS] = "BTopFgs";
93 STATE_LABELS[STATE_BOUND_TOP_OR_FGS] = "Bnd TopFgs";
113 STATE_NAMES_CSV[STATE_BOUND_TOP_OR_FGS] = "btopfgs";
131 STATE_TAGS[STATE_BOUND_TOP_OR_FGS] = "d";
149 STATE_PROTO_ENUMS[STATE_BOUND_TOP_OR_FGS] =
176 PROCESS_STATS_STATE_TO_AGGREGATED_STATE[STATE_BOUND_TOP_OR_FGS] =
H A DProcessState.java31 import static com.android.internal.app.procstats.ProcessStats.STATE_BOUND_TOP_OR_FGS;
87 STATE_BOUND_TOP_OR_FGS, // ActivityManager.PROCESS_STATE_BOUND_TOP
89 STATE_BOUND_TOP_OR_FGS, // ActivityManager.PROCESS_STATE_BOUND_FOREGROUND_SERVICE
924 dumpProcessSummaryDetails(pw, prefix, DumpUtils.STATE_LABELS[STATE_BOUND_TOP_OR_FGS], in dumpSummary()
925 screenStates, memStates, new int[] { STATE_BOUND_TOP_OR_FGS}, now, totalTime, in dumpSummary()
H A DProcessStats.java81 public static final int STATE_BOUND_TOP_OR_FGS = 2; field in ProcessStats
154 STATE_PERSISTENT, STATE_TOP, STATE_BOUND_TOP_OR_FGS, STATE_FGS,
165 STATE_TOP, STATE_BOUND_TOP_OR_FGS, STATE_FGS, STATE_IMPORTANT_FOREGROUND,