Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java328 ConstantsObserver.DEFAULT_CHECK_IDLE_INTERVAL_MS);
340 long mStrongUsageTimeoutMillis = ConstantsObserver.DEFAULT_STRONG_USAGE_TIMEOUT;
342 long mNotificationSeenTimeoutMillis = ConstantsObserver.DEFAULT_NOTIFICATION_TIMEOUT;
344 long mSlicePinnedTimeoutMillis = ConstantsObserver.DEFAULT_SLICE_PINNED_TIMEOUT;
347 ConstantsObserver.DEFAULT_NOTIFICATION_SEEN_PROMOTED_BUCKET;
353 ConstantsObserver.DEFAULT_TRIGGER_QUOTA_BUMP_ON_NOTIFICATION_SEEN;
359 ConstantsObserver.DEFAULT_RETAIN_NOTIFICATION_SEEN_IMPACT_FOR_PRE_T_APPS;
361 long mSystemUpdateUsageTimeoutMillis = ConstantsObserver.DEFAULT_SYSTEM_UPDATE_TIMEOUT;
365 long mSyncAdapterTimeoutMillis = ConstantsObserver.DEFAULT_SYNC_ADAPTER_TIMEOUT;
371 ConstantsObserver.DEFAULT_EXEMPTED_SYNC_SCHEDULED_NON_DOZE_TIMEOUT;
[all …]
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBackgroundRestrictionTest.java160 import com.android.server.am.AppRestrictionController.ConstantsObserver;
457 ConstantsObserver.KEY_BG_AUTO_RESTRICTED_BUCKET_ON_BG_RESTRICTION, in testTogglingBackgroundRestrict()
459 ConstantsObserver.DEFAULT_BG_AUTO_RESTRICTED_BUCKET_ON_BG_RESTRICTION); in testTogglingBackgroundRestrict()
711 ConstantsObserver.KEY_BG_PROMPT_FGS_WITH_NOTIFICATION_TO_BG_RESTRICTED, in testBgCurrentDrainMonitor()
719 ConstantsObserver.KEY_BG_PROMPT_ABUSIVE_APPS_TO_BG_RESTRICTED, in testBgCurrentDrainMonitor()
727 ConstantsObserver.KEY_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL, in testBgCurrentDrainMonitor()
729 ConstantsObserver.DEFAULT_BG_ABUSIVE_NOTIFICATION_MINIMAL_INTERVAL_MS); in testBgCurrentDrainMonitor()
1223 ConstantsObserver.KEY_BG_PROMPT_FGS_WITH_NOTIFICATION_ON_LONG_RUNNING, in testLongFGSMonitor()
1225 ConstantsObserver.DEFAULT_BG_PROMPT_FGS_WITH_NOTIFICATION_ON_LONG_RUNNING); in testLongFGSMonitor()
1230 ConstantsObserver.KEY_BG_PROMPT_FGS_ON_LONG_RUNNING, in testLongFGSMonitor()
[all …]
/frameworks/base/services/core/java/com/android/server/am/
DAppRestrictionController.java1084 final class ConstantsObserver implements OnPropertiesChangedListener { class in AppRestrictionController
1226 ConstantsObserver(Handler handler, Context context) { in ConstantsObserver() method in AppRestrictionController.ConstantsObserver
1428 private final ConstantsObserver mConstantsObserver;
1503 mConstantsObserver = new ConstantsObserver(mBgHandler, mContext); in AppRestrictionController()
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
DJobSchedulerService.java485 private class ConstantsObserver implements DeviceConfig.OnPropertiesChangedListener {
1373 final ConstantsObserver mConstantsObserver;
2586 mConstantsObserver = new ConstantsObserver();
/frameworks/base/services/
Dart-wear-profile187 Lcom/android/server/am/AppRestrictionController$ConstantsObserver;
5189 HSPLcom/android/server/am/AppRestrictionController$ConstantsObserver;-><init>(Lcom/android/server/a…
5190 PLcom/android/server/am/AppRestrictionController$ConstantsObserver;->start()V
5191 PLcom/android/server/am/AppRestrictionController$ConstantsObserver;->updateBgAbusiveNotificationMin…
5192 PLcom/android/server/am/AppRestrictionController$ConstantsObserver;->updateBgAutoRestrictAbusiveApp…
5193 PLcom/android/server/am/AppRestrictionController$ConstantsObserver;->updateBgAutoRestrictedBucketCh…
5194 PLcom/android/server/am/AppRestrictionController$ConstantsObserver;->updateBgLongFgsNotificationMin…
5195 PLcom/android/server/am/AppRestrictionController$ConstantsObserver;->updateBgPromptAbusiveAppToBgRe…
5196 PLcom/android/server/am/AppRestrictionController$ConstantsObserver;->updateBgPromptFgsOnLongRunning…
5197 PLcom/android/server/am/AppRestrictionController$ConstantsObserver;->updateBgPromptFgsWithNotiOnLon…
[all …]