Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/remoteaccess/
DCarRemoteAccessManager.java671 long startTimeInEpochSeconds) { in Builder() argument
676 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()
DTaskScheduleInfo.aidl35 long startTimeInEpochSeconds;
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/remoteaccess/
DRemoteAccessTestFragment.java208 long startTimeInEpochSeconds = (long) (System.currentTimeMillis() / 1000) + (long) delay; in scheduleTask() local
214 scheduleId, TASK_TYPE_ENTER_GARAGE_MODE, startTimeInEpochSeconds); in scheduleTask()
220 scheduleId, TASK_TYPE_CUSTOM, startTimeInEpochSeconds) in scheduleTask()
/packages/services/Car/service/src/com/android/car/remoteaccess/
DCarRemoteAccessService.java862 Preconditions.checkArgument(scheduleInfo.startTimeInEpochSeconds > 0, in scheduleTask()
883 halScheduleInfo.startTimeInEpochSeconds = scheduleInfo.startTimeInEpochSeconds; in scheduleTask()
961 taskScheduleInfo.startTimeInEpochSeconds = halScheduleInfo.startTimeInEpochSeconds; in getAllPendingScheduledTasks()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/remoteaccess/
DCarRemoteAccessServiceUnitTest.java1395 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()
/packages/services/Car/tests/CarLibUnitTest/src/android/car/remoteaccess/
DCarRemoteAccessManagerUnitTest.java452 taskScheduleInfo.startTimeInEpochSeconds = TEST_START_TIME; in getTestTaskScheduleInfo()