Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/usage/java/com/android/server/usage/
H A DUnixCalendar.java25 public static final long WEEK_IN_MILLIS = 7 * DAY_IN_MILLIS; field in UnixCalendar
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/controller/
H A DAuxiliaryPersistenceWrapper.kt113 private val WEEK_IN_MILLIS = TimeUnit.DAYS.toMillis(7) regex
/aosp14/frameworks/base/core/java/android/text/format/
H A DRelativeDateTimeFormatter.java51 public static final long WEEK_IN_MILLIS = DAY_IN_MILLIS * 7; field in RelativeDateTimeFormatter
H A DDateUtils.java58 public static final long WEEK_IN_MILLIS = DAY_IN_MILLIS * 7; field in DateUtils
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...