Searched refs:startTimeInEpochSeconds (Results 1 – 1 of 1) sorted by relevance
261 long startTimeInEpochSeconds = System.currentTimeMillis() / 1000 + 30; in testScheduleTask_TaskTypeCustom() local263 TASK_TYPE_CUSTOM, startTimeInEpochSeconds) in testScheduleTask_TaskTypeCustom()307 long startTimeInEpochSeconds = System.currentTimeMillis() / 1000 + 30; in testScheduleTask_TaskTypeEnterGarageMode() local309 TASK_TYPE_ENTER_GARAGE_MODE, startTimeInEpochSeconds).build(); in testScheduleTask_TaskTypeEnterGarageMode()353 long startTimeInEpochSeconds = System.currentTimeMillis() / 1000 + 30; in testScheduleTask_duplicateScheduleIdMustThrowException() local355 TASK_TYPE_CUSTOM, startTimeInEpochSeconds) in testScheduleTask_duplicateScheduleIdMustThrowException()390 long startTimeInEpochSeconds = System.currentTimeMillis() / 1000 + 30; in testIsTaskScheduled() local392 TASK_TYPE_CUSTOM, startTimeInEpochSeconds) in testIsTaskScheduled()428 long startTimeInEpochSeconds = System.currentTimeMillis() / 1000 + 30; in testGetAllPendingScheduledTasks() local430 TASK_TYPE_CUSTOM, startTimeInEpochSeconds) in testGetAllPendingScheduledTasks()[all …]