Home
last modified time | relevance | path

Searched refs:SERVICE_STATE_UNAVAILABLE (Results 1 – 9 of 9) sorted by relevance

/packages/services/Car/service/src/com/android/car/evs/
DStateMachine.java25 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()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java24 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 …]
/packages/services/Car/car-lib/src/android/car/evs/
DCarEvsManager.java175 public static final int SERVICE_STATE_UNAVAILABLE = 0; field in CarEvsManager
195 SERVICE_STATE_UNAVAILABLE,
853 return new CarEvsStatus(SERVICE_TYPE_REARVIEW, SERVICE_STATE_UNAVAILABLE); in getCurrentStatus()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/evs/
DCarEvsManagerUnitTest.java283 assertThat(currentStatus.getState()).isEqualTo(CarEvsManager.SERVICE_STATE_UNAVAILABLE); in testGetCurrentStatusRemoteExceptionThrown()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt182 field TIRAMISU_0 int SERVICE_STATE_UNAVAILABLE = 0;
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt1006 field public static final int SERVICE_STATE_UNAVAILABLE = 0; // 0x0
/packages/services/Car/car-lib/api/
Dsystem-current.txt1006 field public static final int SERVICE_STATE_UNAVAILABLE = 0; // 0x0
Dtest-current.txt1079 field public static final int SERVICE_STATE_UNAVAILABLE = 0; // 0x0
Dsystem-lint-baseline.txt2376 UnflaggedApi: android.car.evs.CarEvsManager#SERVICE_STATE_UNAVAILABLE:
2377 …API must be flagged with @FlaggedApi: field android.car.evs.CarEvsManager.SERVICE_STATE_UNAVAILABLE