Searched refs:FLAG_LAST_STATE (Results 1 – 1 of 1) sorted by relevance
59 private static final int FLAG_LAST_STATE = 2; field in AppIdleHistory186 packageHistory.recent[HISTORY_SIZE - 1] = FLAG_LAST_STATE | FLAG_PARTIAL_ACTIVE; in reportUsage()196 packageHistory.recent[HISTORY_SIZE - 1] &= ~FLAG_LAST_STATE; in setIdle()216 (byte) (idleState.recent[HISTORY_SIZE - diff - 1] & FLAG_LAST_STATE); in shiftHistoryToNow()