Searched refs:STATE_LAST_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
68 STATE_NAMES[STATE_LAST_ACTIVITY] = "LastAct";84 STATE_NAMES_CSV[STATE_LAST_ACTIVITY] = "lastact";100 STATE_TAGS[STATE_LAST_ACTIVITY] = "l";116 STATE_PROTO_ENUMS[STATE_LAST_ACTIVITY] = ProcessStatsProto.State.LAST_ACTIVITY;
57 import static com.android.internal.app.procstats.ProcessStats.STATE_LAST_ACTIVITY;89 STATE_LAST_ACTIVITY, // ActivityManager.PROCESS_STATE_LAST_ACTIVITY808 new int[] {STATE_LAST_ACTIVITY}, now, totalTime, true); in dumpSummary()
79 public static final int STATE_LAST_ACTIVITY = 10; field in ProcessStats155 STATE_HEAVY_WEIGHT, STATE_HOME, STATE_LAST_ACTIVITY, STATE_CACHED_ACTIVITY,