Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/remoteaccess/
DCarRemoteAccessManagerUnitTest.java352 .that(scheduleInfo.getStartTimeInEpochSeconds()).isEqualTo(TEST_START_TIME); in testScheduleInfoBuilder()
373 .that(scheduleInfo.getStartTimeInEpochSeconds()).isEqualTo(TEST_START_TIME); in testScheduleInfoBuilder_enterGarageMode()
534 .that(scheduleInfo.getStartTimeInEpochSeconds()).isEqualTo(TEST_START_TIME); in testGetAllPendingScheduledTasks()
/packages/services/Car/car-lib/src/android/car/remoteaccess/
DCarRemoteAccessManager.java786 public long getStartTimeInEpochSeconds() { in getStartTimeInEpochSeconds() method in CarRemoteAccessManager.ScheduleInfo
1079 taskScheduleInfo.startTimeInEpochSeconds = scheduleInfo.getStartTimeInEpochSeconds(); in toTaskScheduleInfo()
/packages/services/Car/car-lib-module/api/
Dsystem-current.txt2254 …laggedApi("android.car.feature.serverless_remote_access") public long getStartTimeInEpochSeconds();
/packages/services/Car/car-lib/api/
Dsystem-current.txt2254 …laggedApi("android.car.feature.serverless_remote_access") public long getStartTimeInEpochSeconds();
Dtest-current.txt2335 …laggedApi("android.car.feature.serverless_remote_access") public long getStartTimeInEpochSeconds();