Searched refs:postExecutionState (Results 1 – 3 of 3) sorted by relevance
85 @LifecycleState int postExecutionState) { in obtain() argument86 if (postExecutionState != ON_STOP && postExecutionState != ON_PAUSE) { in obtain()89 + "RefreshCallbackItem but got " + postExecutionState); in obtain()97 instance.mPostExecutionState = postExecutionState; in obtain()
142 int postExecutionState) { in getClosestPreExecutionState() argument143 switch (postExecutionState) { in getClosestPreExecutionState()150 + postExecutionState + " is not supported."); in getClosestPreExecutionState()271 final int postExecutionState = item.getPostExecutionState(); in lastCallbackRequestingStateIndex() local272 if (postExecutionState != UNDEFINED && activityToken.equals(item.getActivityToken())) { in lastCallbackRequestingStateIndex()274 if (lastRequestedState == UNDEFINED || lastRequestedState == postExecutionState) { in lastCallbackRequestingStateIndex()278 lastRequestedState = postExecutionState; in lastCallbackRequestingStateIndex()299 final int postExecutionState = item.getPostExecutionState(); in shouldExcludeLastLifecycleState() local300 if (activityToken == null || postExecutionState == UNDEFINED) { in shouldExcludeLastLifecycleState()312 if (postExecutionState != lifecycleItem.getTargetState()) { in shouldExcludeLastLifecycleState()
143 final int postExecutionState = item.getPostExecutionState(); in executeCallbacks() local144 final boolean shouldExcludeLastLifecycleState = postExecutionState != UNDEFINED in executeCallbacks()145 && i == lastCallbackRequestingState && finalState == postExecutionState; in executeCallbacks()164 final int postExecutionState = item.getPostExecutionState(); in executeNonLifecycleItem() local168 postExecutionState); in executeNonLifecycleItem()182 if (postExecutionState != UNDEFINED && r != null) { in executeNonLifecycleItem()183 cycleToPath(r, postExecutionState, shouldExcludeLastLifecycleState, transaction); in executeNonLifecycleItem()