Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/spa_unit/src/com/android/settings/testutils/
DDateTimeTestUtil.kt23 fun zonedDateTime(epochMilli: Long): ZonedDateTime? =
24 ZonedDateTime.ofInstant(Instant.ofEpochMilli(epochMilli), ZoneId.systemDefault())
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/common/
DFledgeRoomConverters.java55 public static Instant deserializeInstant(@Nullable Long epochMilli) { in deserializeInstant() argument
56 return Optional.ofNullable(epochMilli).map(Instant::ofEpochMilli).orElse(null); in deserializeInstant()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/datausage/lib/
DNetworkCycleBucketRepositoryTest.kt186 private fun zonedDateTime(epochMilli: Long): ZonedDateTime? = in zonedDateTime()
187 ZonedDateTime.ofInstant(Instant.ofEpochMilli(epochMilli), ZoneId.systemDefault()) in zonedDateTime()
/packages/services/Car/tests/BugReportApp/libs/
Dopencensus-api-0.21.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...
/packages/apps/Car/DebuggingRestrictionController/libs/
Dopencensus-api-0.24.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/opencensus/ io/ ...