Home
last modified time | relevance | path

Searched refs:excludeLastState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/servertransaction/
DTransactionExecutor.java240 private void cycleToPath(ActivityClientRecord r, int finish, boolean excludeLastState, in cycleToPath() argument
247 + " excludeLastState: " + excludeLastState); in cycleToPath()
249 final IntArray path = mHelper.getLifecyclePath(start, finish, excludeLastState); in cycleToPath()
DTransactionExecutorHelper.java67 public IntArray getLifecyclePath(int start, int finish, boolean excludeLastState) { in getLifecyclePath() argument
123 if (excludeLastState && mLifecycleSequence.size() != 0) { in getLifecyclePath()