Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/text/format/
H A DTimeMigrationUtilsTest.java39 private static final int ONE_DAY_IN_SECONDS = 24 * 60 * 60; field in TimeMigrationUtilsTest
/aosp12/hardware/google/pixel/health/include/pixelhealth/
H A DBatteryDefender.h34 const uint32_t ONE_DAY_IN_SECONDS = ONE_DAY_IN_HOURS * ONE_HOUR_IN_MINUTES * ONE_MIN_IN_SECONDS; variable