Searched refs:mCurrentStateFuture (Results 1 – 1 of 1) sorted by relevance
77 private ListenableFuture<@ProvisionState Integer> mCurrentStateFuture; field in ProvisionStateControllerImpl105 if (mCurrentStateFuture == null) { in getState()106 mCurrentStateFuture = Futures.submit( in getState()110 return mCurrentStateFuture; in getState()150 mCurrentStateFuture = Futures.catchingAsync(stateTransitionFuture, Exception.class, in setNextStateForEvent()158 mCurrentStateFuture = currentStateFuture; in setNextStateForEvent()