Searched refs:mStateEngine (Results 1 – 1 of 1) sorted by relevance
598 private final StateMachine mStateEngine = new StateMachine(); field in CarEvsService679 if (!mStateEngine.checkCurrentStateRequiresActivityLocked() && in requestActivityIfNecessaryLocked()685 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE); in requestActivityIfNecessaryLocked()686 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_REQUESTED, in requestActivityIfNecessaryLocked()700 } else if (mStateEngine.getState() == SERVICE_STATE_REQUESTED) { in handleActivityRequestTimeout()703 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE); in handleActivityRequestTimeout()863 writer.printf("Current state = %s\n", mStateEngine); in dump()940 mStateEngine.execute(REQUEST_PRIORITY_NORMAL, SERVICE_STATE_INACTIVE); in stopActivity()1036 return mStateEngine.getStateAndServiceType(); in getCurrentStatus()1272 if (mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE, in handlePropertyEventLocked()[all …]