Searched refs:getCurrentStatus (Results 1 – 12 of 12) sorted by relevance
281 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 …]
251 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()
848 public CarEvsStatus getCurrentStatus() { in getCurrentStatus() method in CarEvsManager850 return mService.getCurrentStatus(SERVICE_TYPE_REARVIEW); in getCurrentStatus()866 public CarEvsStatus getCurrentStatus(@CarEvsServiceType int type) { in getCurrentStatus() method in CarEvsManager868 return mService.getCurrentStatus(type); in getCurrentStatus()
63 CarEvsStatus getCurrentStatus(in int serviceType); in getCurrentStatus() method
134 CarEvsStatus status = mEvsManager.getCurrentStatus(); in testStartAndStopVideoStream()
730 public CarEvsStatus getCurrentStatus(@CarEvsServiceType int type) { in getCurrentStatus() method in CarEvsService741 return instance.getCurrentStatus(); in getCurrentStatus()
540 CarEvsStatus getCurrentStatus() { in getCurrentStatus() method in StateMachine
989 ….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);
1062 ….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);
2416 UnflaggedApi: android.car.evs.CarEvsManager#getCurrentStatus():2417 … New API must be flagged with @FlaggedApi: method android.car.evs.CarEvsManager.getCurrentStatus()
205 method TIRAMISU_0 CarEvsStatus getCurrentStatus();