Searched refs:postExecutionState (Results 1 – 2 of 2) sorted by relevance
128 int postExecutionState) { in getClosestPreExecutionState() argument129 switch (postExecutionState) { in getClosestPreExecutionState()136 + postExecutionState + " is not supported."); in getClosestPreExecutionState()229 final int postExecutionState = callback.getPostExecutionState(); in lastCallbackRequestingState() local230 if (postExecutionState != UNDEFINED) { in lastCallbackRequestingState()232 if (lastRequestedState == UNDEFINED || lastRequestedState == postExecutionState) { in lastCallbackRequestingState()236 lastRequestedState = postExecutionState; in lastCallbackRequestingState()
101 final int postExecutionState = item.getPostExecutionState(); in executeCallbacks() local115 if (postExecutionState != UNDEFINED && r != null) { in executeCallbacks()118 i == lastCallbackRequestingState && finalState == postExecutionState; in executeCallbacks()119 cycleToPath(r, postExecutionState, shouldExcludeLastTransition); in executeCallbacks()