Home
last modified time | relevance | path

Searched defs:postExecutionState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/servertransaction/
DTransactionExecutorHelper.java142 int postExecutionState) { in getClosestPreExecutionState()
271 final int postExecutionState = item.getPostExecutionState(); in lastCallbackRequestingStateIndex() local
299 final int postExecutionState = item.getPostExecutionState(); in shouldExcludeLastLifecycleState() local
DTransactionExecutor.java143 final int postExecutionState = item.getPostExecutionState(); in executeCallbacks() local
164 final int postExecutionState = item.getPostExecutionState(); in executeNonLifecycleItem() local
DRefreshCallbackItem.java85 @LifecycleState int postExecutionState) { in obtain()