Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java25 import static android.car.evs.CarEvsManager.SERVICE_STATE_UNAVAILABLE;
292 private int mState = SERVICE_STATE_UNAVAILABLE;
341 case SERVICE_STATE_UNAVAILABLE: in execute()
407 case SERVICE_STATE_UNAVAILABLE: in handleTransitionToUnavailableLocked()
417 mState = SERVICE_STATE_UNAVAILABLE; in handleTransitionToUnavailableLocked()
426 case SERVICE_STATE_UNAVAILABLE: in handleTransitionToInactiveLocked()
485 case SERVICE_STATE_UNAVAILABLE: in handleTransitionToRequestedLocked()
563 case SERVICE_STATE_UNAVAILABLE: in handleTransitionToActiveLocked()
618 case SERVICE_STATE_UNAVAILABLE: in stateToString()
1315 if (mStateEngine.getState() == SERVICE_STATE_UNAVAILABLE) { in handlePropertyEventLocked()
[all …]
/packages/services/Car/car-lib/src/android/car/evs/
DCarEvsManager.java105 public static final int SERVICE_STATE_UNAVAILABLE = 0; field in CarEvsManager
128 SERVICE_STATE_UNAVAILABLE,
635 return new CarEvsStatus(SERVICE_TYPE_REARVIEW, SERVICE_STATE_UNAVAILABLE); in getCurrentStatus()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarEvsManagerTest.java213 case CarEvsManager.SERVICE_STATE_UNAVAILABLE: in onStatusChanged()
/packages/services/Car/car-lib/api/
Dsystem-current.txt735 field public static final int SERVICE_STATE_UNAVAILABLE = 0; // 0x0
Dtest-current.txt803 field public static final int SERVICE_STATE_UNAVAILABLE = 0; // 0x0
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt735 field public static final int SERVICE_STATE_UNAVAILABLE = 0; // 0x0
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt180 field TIRAMISU_0 int SERVICE_STATE_UNAVAILABLE = 0;