Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/util/
DHostSideTestUtil.java69 Instant deviceDate = Instant.ofEpochMilli(device.getDeviceDate()); in increaseDeviceTimeByDays() local
71 device.setDate(Date.from(deviceDate.plus(numberOfDays, ChronoUnit.DAYS))); in increaseDeviceTimeByDays()
74 + deviceDate.plus(numberOfDays, ChronoUnit.DAYS).toEpochMilli() in increaseDeviceTimeByDays()
/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/logging/
DHealthConnectDailyLogsStatsTests.java355 Instant deviceDate = Instant.ofEpochMilli(getDevice().getDeviceDate()); in increaseDeviceTimeByDays() local
356 getDevice().setDate(Date.from(deviceDate.plus(numberOfDays, ChronoUnit.DAYS))); in increaseDeviceTimeByDays()
360 + deviceDate.plus(numberOfDays, ChronoUnit.DAYS).toEpochMilli() in increaseDeviceTimeByDays()