Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java1089 static final String KEY_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL = field in AppRestrictionController.ConstantsObserver
1232 case KEY_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL: in onPropertiesChanged()
1295 KEY_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL, in updateBgAbusiveNotificationMinimalInterval()
1365 pw.print(KEY_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL); in dump()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java728 ConstantsObserver.KEY_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL, in testBgCurrentDrainMonitor()