Searched refs:SERVICE_ERROR_CODE_GENERAL (Results 1 – 4 of 4) sorted by relevance
21 import static android.car.remoteaccess.ICarRemoteAccessService.SERVICE_ERROR_CODE_GENERAL;482 doThrow(new ServiceSpecificException(SERVICE_ERROR_CODE_GENERAL)).when(mService) in testScheduleTask_ServiceSpecificException()512 doThrow(new ServiceSpecificException(SERVICE_ERROR_CODE_GENERAL)).when(mService) in testUnscheduleTask_ServiceSpecificException()544 doThrow(new ServiceSpecificException(SERVICE_ERROR_CODE_GENERAL)).when(mService) in testGetAllPendingScheduledTasks_ServiceSpecificException()563 doThrow(new ServiceSpecificException(SERVICE_ERROR_CODE_GENERAL)).when(mService) in testUnscheduleAllTasks_ServiceSpecificException()591 SERVICE_ERROR_CODE_GENERAL)); in testIsTaskScheduled_ServiceSpecificException()
21 import static android.car.remoteaccess.ICarRemoteAccessService.SERVICE_ERROR_CODE_GENERAL;1491 assertThat(e.errorCode).isEqualTo(SERVICE_ERROR_CODE_GENERAL); in testScheduleTask_RemoteException()1503 assertThat(e.errorCode).isEqualTo(SERVICE_ERROR_CODE_GENERAL); in testScheduleTask_serviceSpecificException()1529 assertThat(e.errorCode).isEqualTo(SERVICE_ERROR_CODE_GENERAL); in testUnscheduleTask_RemoteException()1540 assertThat(e.errorCode).isEqualTo(SERVICE_ERROR_CODE_GENERAL); in testUnscheduleTask_serviceSpecificException()1566 assertThat(e.errorCode).isEqualTo(SERVICE_ERROR_CODE_GENERAL); in testUnscheduleAllTasks_RemoteException()1577 assertThat(e.errorCode).isEqualTo(SERVICE_ERROR_CODE_GENERAL); in testUnscheduleAllTasks_serviceSpecificException()1605 assertThat(e.errorCode).isEqualTo(SERVICE_ERROR_CODE_GENERAL); in testIsTaskScheduled_RemoteException()1616 assertThat(e.errorCode).isEqualTo(SERVICE_ERROR_CODE_GENERAL); in testIsTaskScheduled_serviceSpecificException()1672 assertThat(e.errorCode).isEqualTo(SERVICE_ERROR_CODE_GENERAL); in testGetAllPendingScheduledTasks_remoteException()[all …]
27 const int SERVICE_ERROR_CODE_GENERAL = 1; field
888 throw new ServiceSpecificException(SERVICE_ERROR_CODE_GENERAL, in scheduleTask()905 throw new ServiceSpecificException(SERVICE_ERROR_CODE_GENERAL, in unscheduleTask()921 throw new ServiceSpecificException(SERVICE_ERROR_CODE_GENERAL, in unscheduleAllTasks()938 throw new ServiceSpecificException(SERVICE_ERROR_CODE_GENERAL, in isTaskScheduled()979 throw new ServiceSpecificException(SERVICE_ERROR_CODE_GENERAL, in getAllPendingScheduledTasks()996 throw new ServiceSpecificException(SERVICE_ERROR_CODE_GENERAL, in getSupportedTaskTypesForScheduling()