Searched defs:ONE_MINUTE (Results 1 – 5 of 5) sorted by relevance
71 private static final long ONE_MINUTE = 60 * 1000; field in AppIdleHistory
65 private static final long ONE_MINUTE = 60_000L; field in AppTimeLimitController
131 private static final long ONE_MINUTE = 60 * 1000; field in AppStandbyController
38 ONE_MINUTE = 1; enumerator
2683 final long ONE_MINUTE = TimeUnit.MINUTES.toMillis(1); in testSetRequiredStrongAuthTimeout_DeviceOwner() local