Home
last modified time | relevance | path

Searched refs:DEFAULT_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL_MS (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java1150 static final long DEFAULT_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL_MS = 30 * ONE_DAY; field in AppRestrictionController.ConstantsObserver
1296 DEFAULT_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL_MS); in updateBgAbusiveNotificationMinimalInterval()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java730 ConstantsObserver.DEFAULT_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL_MS); in testBgCurrentDrainMonitor()