Searched refs:SERVICE_STATE_ACTIVE (Results 1 – 10 of 10) sorted by relevance
21 import static android.car.evs.CarEvsManager.SERVICE_STATE_ACTIVE;351 assertThat(spiedStatusListener.waitFor(SERVICE_TYPE_REARVIEW, SERVICE_STATE_ACTIVE)) in testOnEvent()418 assertThat(spiedStatusListener.waitFor(SERVICE_STATE_ACTIVE)).isFalse(); in testTransitionFromUnavailableToInactive()459 mCarEvsService.setServiceState(type, SERVICE_STATE_ACTIVE); in testTransitionFromActiveToInactive()462 .isEqualTo(SERVICE_STATE_ACTIVE); in testTransitionFromActiveToInactive()488 assertThat(spiedStatusListener.waitFor(SERVICE_STATE_ACTIVE)).isTrue(); in testTransitionFromUnavailableToActive()490 .isEqualTo(SERVICE_STATE_ACTIVE); in testTransitionFromUnavailableToActive()504 assertThat(spiedStatusListener.waitFor(SERVICE_STATE_ACTIVE)).isTrue(); in testTransitionFromInactiveToActive()506 received -> received.getState() == SERVICE_STATE_ACTIVE)); in testTransitionFromInactiveToActive()512 assertThat(spiedStatusListener.waitFor(SERVICE_STATE_ACTIVE)).isFalse(); in testTransitionFromInactiveToActive()[all …]
22 import static android.car.evs.CarEvsManager.SERVICE_STATE_ACTIVE;516 return execute(priority, SERVICE_STATE_ACTIVE, token, callback); in requestStartVideoStream()639 case SERVICE_STATE_ACTIVE: in execute()916 case SERVICE_STATE_ACTIVE: in handleTransitionToInactiveLocked()991 case SERVICE_STATE_ACTIVE: in handleTransitionToRequestedLocked()1074 case SERVICE_STATE_ACTIVE: in handleTransitionToActiveLocked()1094 mState = SERVICE_STATE_ACTIVE; in handleTransitionToActiveLocked()1156 return (mState == SERVICE_STATE_ACTIVE || mState == SERVICE_STATE_REQUESTED) && in checkCurrentStateRequiresSystemActivityLocked()1169 case SERVICE_STATE_ACTIVE: in stateToString()
166 int[] states = {CarEvsManager.SERVICE_STATE_ACTIVE, CarEvsManager.SERVICE_STATE_INACTIVE, in testUpdateCameraServiceCurrentState()177 CarEvsManager.SERVICE_STATE_ACTIVE, CarEvsManager.SERVICE_STATE_INACTIVE, in testUpdateCameraServiceCurrentState()
136 assertThat(status.getState()).isEqualTo(CarEvsManager.SERVICE_STATE_ACTIVE); in testStartAndStopVideoStream()
191 public static final int SERVICE_STATE_ACTIVE = 3; field in CarEvsManager198 SERVICE_STATE_ACTIVE
185 field TIRAMISU_0 int SERVICE_STATE_ACTIVE = 3;
1003 field public static final int SERVICE_STATE_ACTIVE = 3; // 0x3
1076 field public static final int SERVICE_STATE_ACTIVE = 3; // 0x3
2370 UnflaggedApi: android.car.evs.CarEvsManager#SERVICE_STATE_ACTIVE:2371 … New API must be flagged with @FlaggedApi: field android.car.evs.CarEvsManager.SERVICE_STATE_ACTIVE