Searched refs:startTimeInEpochSeconds (Results 1 – 6 of 6) sorted by relevance
671 long startTimeInEpochSeconds) { in Builder() argument676 Preconditions.checkArgument(startTimeInEpochSeconds > 0, in Builder()680 mStartTimeInEpochSeconds = startTimeInEpochSeconds; in Builder()1068 taskScheduleInfo.taskType, taskScheduleInfo.startTimeInEpochSeconds) in fromTaskScheduleInfo()1079 taskScheduleInfo.startTimeInEpochSeconds = scheduleInfo.getStartTimeInEpochSeconds(); in toTaskScheduleInfo()
35 long startTimeInEpochSeconds;
208 long startTimeInEpochSeconds = (long) (System.currentTimeMillis() / 1000) + (long) delay; in scheduleTask() local214 scheduleId, TASK_TYPE_ENTER_GARAGE_MODE, startTimeInEpochSeconds); in scheduleTask()220 scheduleId, TASK_TYPE_CUSTOM, startTimeInEpochSeconds) in scheduleTask()
862 Preconditions.checkArgument(scheduleInfo.startTimeInEpochSeconds > 0, in scheduleTask()883 halScheduleInfo.startTimeInEpochSeconds = scheduleInfo.startTimeInEpochSeconds; in scheduleTask()961 taskScheduleInfo.startTimeInEpochSeconds = halScheduleInfo.startTimeInEpochSeconds; in getAllPendingScheduledTasks()
1395 taskScheduleInfo.startTimeInEpochSeconds = TEST_START_TIME; in getTestTaskScheduleInfo()1420 halScheduleInfo.startTimeInEpochSeconds).isEqualTo(TEST_START_TIME); in testScheduleTask()1446 halScheduleInfo.startTimeInEpochSeconds).isEqualTo(TEST_START_TIME); in testScheduleTask_enterGarageMode()1627 scheduleInfo.startTimeInEpochSeconds = TEST_START_TIME; in testGetAllPendingScheduledTasks()
452 taskScheduleInfo.startTimeInEpochSeconds = TEST_START_TIME; in getTestTaskScheduleInfo()