Searched refs:destState (Results 1 – 3 of 3) sorted by relevance
870 State destState = mDestState; in performTransitions() local871 if (destState != null) { in performTransitions()883 StateInfo commonStateInfo = setupTempStateStackWithStatesToEnter(destState); in performTransitions()898 if (destState != mDestState) { in performTransitions()900 destState = mDestState; in performTransitions()913 if (destState != null) { in performTransitions()914 if (destState == mQuittingState) { in performTransitions()920 } else if (destState == mHaltingState) { in performTransitions()1104 private final StateInfo setupTempStateStackWithStatesToEnter(State destState) { in setupTempStateStackWithStatesToEnter() argument1112 StateInfo curStateInfo = mStateInfo.get(destState); in setupTempStateStackWithStatesToEnter()[all …]
1361 private void transitionWithTimerTo(IState destState) { in transitionWithTimerTo() argument1362 String destName = destState.getName(); in transitionWithTimerTo()1377 sendMessageDelayed(EVENT_PRIMARY_TIMER_EXPIRED, destState, duration * 1000L); in transitionWithTimerTo()1380 transitionTo(destState); in transitionWithTimerTo()1383 private void transitionWithSecondaryTimerTo(IState destState) { in transitionWithSecondaryTimerTo() argument1388 + destState.getName()); in transitionWithSecondaryTimerTo()1402 sendMessageDelayed(EVENT_SECONDARY_TIMER_EXPIRED, destState, durationMillis); in transitionWithSecondaryTimerTo()
4758 PermissionState srcState, PermissionState destState) {4776 final int destFlags = destState.getFlags();4777 final boolean destIsGranted = isEffectivelyGranted(destState);4930 final PermissionState destState =4932 if (destState != null) {4935 mergePermissionState(ps.getAppId(), srcState, destState);