Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DTransactionExecutorHelper.java304 final int nextLifecycleItemIndex = findNextLifecycleItemIndex(items, currentIndex + 1, in shouldExcludeLastLifecycleState() local
306 if (nextLifecycleItemIndex == -1) { in shouldExcludeLastLifecycleState()
311 (ActivityLifecycleItem) items.get(nextLifecycleItemIndex); in shouldExcludeLastLifecycleState()
318 nextLifecycleItemIndex - 1, activityToken); in shouldExcludeLastLifecycleState()