Searched refs:SERVICE_STATE_INACTIVE (Results 1 – 4 of 4) sorted by relevance
23 import static android.car.evs.CarEvsManager.SERVICE_STATE_INACTIVE;271 case SERVICE_STATE_INACTIVE: in execute()360 case SERVICE_STATE_INACTIVE: in handleTransitionToInactiveLocked()391 mState = SERVICE_STATE_INACTIVE; in handleTransitionToInactiveLocked()407 case SERVICE_STATE_INACTIVE: in handleTransitionToRequestedLocked()479 case SERVICE_STATE_INACTIVE: in handleTransitionToActiveLocked()530 case SERVICE_STATE_INACTIVE: in toString()645 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE); in handleActivityRequestTimeout()710 int targetState = on ? SERVICE_STATE_REQUESTED : SERVICE_STATE_INACTIVE; in onEvent()763 mStateEngine.execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_INACTIVE) != ERROR_NONE) { in init()[all …]
106 public static final int SERVICE_STATE_INACTIVE = 1; field in CarEvsManager121 SERVICE_STATE_INACTIVE,
168 assertThat(status.getState()).isEqualTo(CarEvsManager.SERVICE_STATE_INACTIVE); in testStartAndStopVideoStream()
665 field public static final int SERVICE_STATE_INACTIVE = 1; // 0x1