Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DTransactionExecutor.java30 …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() argument
183 cycleToPath(r, postExecutionState, shouldExcludeLastLifecycleState, transaction); in executeNonLifecycleItem()
DTransactionExecutorHelper.java295 static boolean shouldExcludeLastLifecycleState(@NonNull List<ClientTransactionItem> items, in shouldExcludeLastLifecycleState() method in TransactionExecutorHelper