HomeSort by relevance Sort by last modified time
    Searched refs:postExecutionState (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/servertransaction/
TransactionExecutorHelper.java 122 * @param postExecutionState Post execution state to compute for.
128 int postExecutionState) {
129 switch (postExecutionState) {
136 + postExecutionState + " is not supported.");
229 final int postExecutionState = callback.getPostExecutionState();
230 if (postExecutionState != UNDEFINED) {
232 if (lastRequestedState == UNDEFINED || lastRequestedState == postExecutionState) {
236 lastRequestedState = postExecutionState;
TransactionExecutor.java 101 final int postExecutionState = item.getPostExecutionState();
115 if (postExecutionState != UNDEFINED && r != null) {
118 i == lastCallbackRequestingState && finalState == postExecutionState;
119 cycleToPath(r, postExecutionState, shouldExcludeLastTransition);

Completed in 182 milliseconds