Searched refs:excludeLastState (Results 1 – 2 of 2) sorted by relevance
240 private void cycleToPath(ActivityClientRecord r, int finish, boolean excludeLastState, in cycleToPath() argument247 + " excludeLastState: " + excludeLastState); in cycleToPath()249 final IntArray path = mHelper.getLifecyclePath(start, finish, excludeLastState); in cycleToPath()
67 public IntArray getLifecyclePath(int start, int finish, boolean excludeLastState) { in getLifecyclePath() argument123 if (excludeLastState && mLifecycleSequence.size() != 0) { in getLifecyclePath()