Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DTransactionExecutorHelper.java128 int postExecutionState) { in getClosestPreExecutionState() argument
129 switch (postExecutionState) { in getClosestPreExecutionState()
136 + postExecutionState + " is not supported."); in getClosestPreExecutionState()
229 final int postExecutionState = callback.getPostExecutionState(); in lastCallbackRequestingState() local
230 if (postExecutionState != UNDEFINED) { in lastCallbackRequestingState()
232 if (lastRequestedState == UNDEFINED || lastRequestedState == postExecutionState) { in lastCallbackRequestingState()
236 lastRequestedState = postExecutionState; in lastCallbackRequestingState()
DTransactionExecutor.java101 final int postExecutionState = item.getPostExecutionState(); in executeCallbacks() local
115 if (postExecutionState != UNDEFINED && r != null) { in executeCallbacks()
118 i == lastCallbackRequestingState && finalState == postExecutionState; in executeCallbacks()
119 cycleToPath(r, postExecutionState, shouldExcludeLastTransition); in executeCallbacks()