Searched refs:postExecutionState (Results 1 – 3 of 3) sorted by relevance
82 public static RefreshCallbackItem obtain(@LifecycleState int postExecutionState) { in obtain() argument83 if (postExecutionState != ON_STOP && postExecutionState != ON_PAUSE) { in obtain()86 + "RefreshCallbackItem but got " + postExecutionState); in obtain()93 instance.mPostExecutionState = postExecutionState; in obtain()
141 int postExecutionState) { in getClosestPreExecutionState() argument142 switch (postExecutionState) { in getClosestPreExecutionState()149 + postExecutionState + " is not supported."); in getClosestPreExecutionState()250 final int postExecutionState = callback.getPostExecutionState(); in lastCallbackRequestingState() local251 if (postExecutionState != UNDEFINED) { in lastCallbackRequestingState()253 if (lastRequestedState == UNDEFINED || lastRequestedState == postExecutionState) { in lastCallbackRequestingState()257 lastRequestedState = postExecutionState; in lastCallbackRequestingState()
129 final int postExecutionState = item.getPostExecutionState(); in executeCallbacks() local146 if (postExecutionState != UNDEFINED && r != null) { in executeCallbacks()149 i == lastCallbackRequestingState && finalState == postExecutionState; in executeCallbacks()150 cycleToPath(r, postExecutionState, shouldExcludeLastTransition, transaction); in executeCallbacks()