Home
last modified time | relevance | path

Searched refs:getCurrentStatus (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/evs/
DCarEvsServiceUnitTest.java281 CarEvsStatus status = mCarEvsService.getCurrentStatus(types); in testGetCurrentStatus()
341 assertThat(mCarEvsService.getCurrentStatus(SERVICE_TYPE_REARVIEW).getState()) in testOnEvent()
364 assertThat(mCarEvsService.getCurrentStatus(SERVICE_TYPE_REARVIEW).getState()) in testOnEvent()
410 assertThat(mCarEvsService.getCurrentStatus(type).getState()) in testTransitionFromUnavailableToInactive()
420 assertThat(mCarEvsService.getCurrentStatus(type).getState()) in testTransitionFromUnavailableToInactive()
427 assertThat(mCarEvsService.getCurrentStatus(type).getState()) in testTransitionFromUnavailableToInactive()
435 assertThat(mCarEvsService.getCurrentStatus(type).getState()) in testTransitionFromUnavailableToInactive()
441 assertThat(mCarEvsService.getCurrentStatus(type).getState()) in testTransitionFromUnavailableToInactive()
451 assertThat(mCarEvsService.getCurrentStatus(type).getState()) in testTransitionFromInactiveToInactive()
461 assertThat(mCarEvsService.getCurrentStatus(type).getState()) in testTransitionFromActiveToInactive()
[all …]
/packages/services/Car/tests/CarLibUnitTest/src/android/car/evs/
DCarEvsManagerUnitTest.java251 when(mMockICarEvsService.getCurrentStatus(anyInt())) in testGetCurrentStatus()
255 CarEvsStatus currentStatus = mManager.getCurrentStatus(); in testGetCurrentStatus()
265 when(mMockICarEvsService.getCurrentStatus(anyInt())) in testGetCurrentStatusWithType()
268 CarEvsStatus currentStatus = mManager.getCurrentStatus(type); in testGetCurrentStatusWithType()
278 when(mMockICarEvsService.getCurrentStatus(anyInt())).thenThrow(new RemoteException()); in testGetCurrentStatusRemoteExceptionThrown()
280 CarEvsStatus currentStatus = mManager.getCurrentStatus(); in testGetCurrentStatusRemoteExceptionThrown()
288 when(mMockICarEvsService.getCurrentStatus(anyInt())).thenThrow(new RemoteException()); in testGetCurrentStatusWithTypeRemoteExceptionThrown()
291 assertThat(mManager.getCurrentStatus(type)).isNull(); in testGetCurrentStatusWithTypeRemoteExceptionThrown()
/packages/services/Car/car-lib/src/android/car/evs/
DCarEvsManager.java848 public CarEvsStatus getCurrentStatus() { in getCurrentStatus() method in CarEvsManager
850 return mService.getCurrentStatus(SERVICE_TYPE_REARVIEW); in getCurrentStatus()
866 public CarEvsStatus getCurrentStatus(@CarEvsServiceType int type) { in getCurrentStatus() method in CarEvsManager
868 return mService.getCurrentStatus(type); in getCurrentStatus()
DICarEvsService.aidl63 CarEvsStatus getCurrentStatus(in int serviceType); in getCurrentStatus() method
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarEvsManagerTest.java134 CarEvsStatus status = mEvsManager.getCurrentStatus(); in testStartAndStopVideoStream()
/packages/services/Car/service/src/com/android/car/evs/
DCarEvsService.java730 public CarEvsStatus getCurrentStatus(@CarEvsServiceType int type) { in getCurrentStatus() method in CarEvsService
741 return instance.getCurrentStatus(); in getCurrentStatus()
DStateMachine.java540 CarEvsStatus getCurrentStatus() { in getCurrentStatus() method in StateMachine
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt989 ….car.Car.PERMISSION_MONITOR_CAR_EVS_STATUS) public android.car.evs.CarEvsStatus getCurrentStatus();
990 …r.Car.PERMISSION_MONITOR_CAR_EVS_STATUS) public android.car.evs.CarEvsStatus getCurrentStatus(int);
/packages/services/Car/car-lib/api/
Dsystem-current.txt989 ….car.Car.PERMISSION_MONITOR_CAR_EVS_STATUS) public android.car.evs.CarEvsStatus getCurrentStatus();
990 …r.Car.PERMISSION_MONITOR_CAR_EVS_STATUS) public android.car.evs.CarEvsStatus getCurrentStatus(int);
Dtest-current.txt1062 ….car.Car.PERMISSION_MONITOR_CAR_EVS_STATUS) public android.car.evs.CarEvsStatus getCurrentStatus();
1063 …r.Car.PERMISSION_MONITOR_CAR_EVS_STATUS) public android.car.evs.CarEvsStatus getCurrentStatus(int);
Dsystem-lint-baseline.txt2416 UnflaggedApi: android.car.evs.CarEvsManager#getCurrentStatus():
2417 … New API must be flagged with @FlaggedApi: method android.car.evs.CarEvsManager.getCurrentStatus()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt205 method TIRAMISU_0 CarEvsStatus getCurrentStatus();