Searched refs:SERVICE_STATE_UNAVAILABLE (Results 1 – 9 of 9) sorted by relevance
25 import static android.car.evs.CarEvsManager.SERVICE_STATE_UNAVAILABLE;132 private int mState = SERVICE_STATE_UNAVAILABLE;172 execute(REQUEST_PRIORITY_HIGH, SERVICE_STATE_UNAVAILABLE); in onHalDeath()627 case SERVICE_STATE_UNAVAILABLE: in execute()851 case SERVICE_STATE_UNAVAILABLE: in handleTransitionToUnavailableLocked()861 mState = SERVICE_STATE_UNAVAILABLE; in handleTransitionToUnavailableLocked()878 case SERVICE_STATE_UNAVAILABLE: in handleTransitionToInactiveLocked()967 case SERVICE_STATE_UNAVAILABLE: in handleTransitionToRequestedLocked()1046 case SERVICE_STATE_UNAVAILABLE: in handleTransitionToActiveLocked()1163 case SERVICE_STATE_UNAVAILABLE: in stateToString()
24 import static android.car.evs.CarEvsManager.SERVICE_STATE_UNAVAILABLE;407 mCarEvsService.setServiceState(type, SERVICE_STATE_UNAVAILABLE); in testTransitionFromUnavailableToInactive()411 .isEqualTo(SERVICE_STATE_UNAVAILABLE); in testTransitionFromUnavailableToInactive()414 mCarEvsService.setServiceState(type, SERVICE_STATE_UNAVAILABLE); in testTransitionFromUnavailableToInactive()421 .isEqualTo(SERVICE_STATE_UNAVAILABLE); in testTransitionFromUnavailableToInactive()423 mCarEvsService.setServiceState(type, SERVICE_STATE_UNAVAILABLE); in testTransitionFromUnavailableToInactive()428 .isEqualTo(SERVICE_STATE_UNAVAILABLE); in testTransitionFromUnavailableToInactive()430 mCarEvsService.setServiceState(type, SERVICE_STATE_UNAVAILABLE); in testTransitionFromUnavailableToInactive()436 .isEqualTo(SERVICE_STATE_UNAVAILABLE); in testTransitionFromUnavailableToInactive()438 mCarEvsService.setServiceState(type, SERVICE_STATE_UNAVAILABLE); in testTransitionFromUnavailableToInactive()[all …]
175 public static final int SERVICE_STATE_UNAVAILABLE = 0; field in CarEvsManager195 SERVICE_STATE_UNAVAILABLE,853 return new CarEvsStatus(SERVICE_TYPE_REARVIEW, SERVICE_STATE_UNAVAILABLE); in getCurrentStatus()
283 assertThat(currentStatus.getState()).isEqualTo(CarEvsManager.SERVICE_STATE_UNAVAILABLE); in testGetCurrentStatusRemoteExceptionThrown()
182 field TIRAMISU_0 int SERVICE_STATE_UNAVAILABLE = 0;
1006 field public static final int SERVICE_STATE_UNAVAILABLE = 0; // 0x0
1079 field public static final int SERVICE_STATE_UNAVAILABLE = 0; // 0x0
2376 UnflaggedApi: android.car.evs.CarEvsManager#SERVICE_STATE_UNAVAILABLE:2377 …API must be flagged with @FlaggedApi: field android.car.evs.CarEvsManager.SERVICE_STATE_UNAVAILABLE