Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DAppRestrictionController.java1181 volatile long mBgAbusiveNotificationMinIntervalMs; field in AppRestrictionController.ConstantsObserver
1293 mBgAbusiveNotificationMinIntervalMs = DeviceConfig.getLong( in updateBgAbusiveNotificationMinimalInterval()
1367 pw.println(mBgAbusiveNotificationMinIntervalMs); in dump()
2539 return mBgController.mConstantsObserver.mBgAbusiveNotificationMinIntervalMs; in getNotificationMinInterval()