Home
last modified time | relevance | path

Searched defs:unixEpochSeconds (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/storagemonitoring/
DWearEstimateRecord.java51 long unixEpochSeconds = Objects.requireNonNull(unixTimestamp).getEpochSecond(); in WearEstimateRecord() local
59 long unixEpochSeconds = Instant.ofEpochMilli(json.getLong("unixTimestamp")) in WearEstimateRecord() local