Home
last modified time | relevance | path

Searched refs:findNextLifecycleItemIndex (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()
324 private static int findNextLifecycleItemIndex(@NonNull List<ClientTransactionItem> items, in findNextLifecycleItemIndex() method in TransactionExecutorHelper