Home
last modified time | relevance | path

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

/cts/tests/tests/car/src/android/car/cts/
DCarRemoteAccessManagerTest.java261 long startTimeInEpochSeconds = System.currentTimeMillis() / 1000 + 30; in testScheduleTask_TaskTypeCustom() local
263 TASK_TYPE_CUSTOM, startTimeInEpochSeconds) in testScheduleTask_TaskTypeCustom()
307 long startTimeInEpochSeconds = System.currentTimeMillis() / 1000 + 30; in testScheduleTask_TaskTypeEnterGarageMode() local
309 TASK_TYPE_ENTER_GARAGE_MODE, startTimeInEpochSeconds).build(); in testScheduleTask_TaskTypeEnterGarageMode()
353 long startTimeInEpochSeconds = System.currentTimeMillis() / 1000 + 30; in testScheduleTask_duplicateScheduleIdMustThrowException() local
355 TASK_TYPE_CUSTOM, startTimeInEpochSeconds) in testScheduleTask_duplicateScheduleIdMustThrowException()
390 long startTimeInEpochSeconds = System.currentTimeMillis() / 1000 + 30; in testIsTaskScheduled() local
392 TASK_TYPE_CUSTOM, startTimeInEpochSeconds) in testIsTaskScheduled()
428 long startTimeInEpochSeconds = System.currentTimeMillis() / 1000 + 30; in testGetAllPendingScheduledTasks() local
430 TASK_TYPE_CUSTOM, startTimeInEpochSeconds) in testGetAllPendingScheduledTasks()
[all …]