Searched refs:deviceDate (Results 1 – 2 of 2) sorted by relevance
69 Instant deviceDate = Instant.ofEpochMilli(device.getDeviceDate()); in increaseDeviceTimeByDays() local71 device.setDate(Date.from(deviceDate.plus(numberOfDays, ChronoUnit.DAYS))); in increaseDeviceTimeByDays()74 + deviceDate.plus(numberOfDays, ChronoUnit.DAYS).toEpochMilli() in increaseDeviceTimeByDays()
355 Instant deviceDate = Instant.ofEpochMilli(getDevice().getDeviceDate()); in increaseDeviceTimeByDays() local356 getDevice().setDate(Date.from(deviceDate.plus(numberOfDays, ChronoUnit.DAYS))); in increaseDeviceTimeByDays()360 + deviceDate.plus(numberOfDays, ChronoUnit.DAYS).toEpochMilli() in increaseDeviceTimeByDays()