Searched refs:shouldExcludeLastLifecycleState (Results 1 – 2 of 2) sorted by relevance
30 …ort static android.app.servertransaction.TransactionExecutorHelper.shouldExcludeLastLifecycleState;110 shouldExcludeLastLifecycleState(items, i)); in executeTransactionItems()144 final boolean shouldExcludeLastLifecycleState = postExecutionState != UNDEFINED in executeCallbacks()146 executeNonLifecycleItem(transaction, item, shouldExcludeLastLifecycleState); in executeCallbacks()151 @NonNull ClientTransactionItem item, boolean shouldExcludeLastLifecycleState) { in executeNonLifecycleItem() argument183 cycleToPath(r, postExecutionState, shouldExcludeLastLifecycleState, transaction); in executeNonLifecycleItem()
295 static boolean shouldExcludeLastLifecycleState(@NonNull List<ClientTransactionItem> items, in shouldExcludeLastLifecycleState() method in TransactionExecutorHelper