Searched refs:mConstantsObserver (Results 1 – 3 of 3) sorted by relevance
1428 private final ConstantsObserver mConstantsObserver; field in AppRestrictionController1503 mConstantsObserver = new ConstantsObserver(mBgHandler, mContext); in AppRestrictionController()1511 mBgExecutor, mConstantsObserver); in onSystemReady()1512 mConstantsObserver.start(); in onSystemReady()1543 DeviceConfig.removeOnPropertiesChangedListener(mConstantsObserver); in tearDown()1862 return mConstantsObserver.mBgAutoRestrictAbusiveApps; in isAutoRestrictAbusiveAppEnabled()2021 mConstantsObserver.dump(pw, " " + prefix); in dump()2188 && (mConstantsObserver.mBgAutoRestrictedBucket in applyRestrictionLevel()2542 if (!mBgController.mConstantsObserver.mBgPromptAbusiveAppsToBgRestricted) {2561 if (!mBgController.mConstantsObserver.mBgPromptFgsWithNotiToBgRestricted) {[all …]
1373 final ConstantsObserver mConstantsObserver;2586 mConstantsObserver = new ConstantsObserver();2772 mConstantsObserver.start();5532 mConstantsObserver.setCacheConfigChangesLocked(enabled);5538 return mConstantsObserver.getValueLocked(key);
970 private final DevicePolicyConstantsObserver mConstantsObserver; field in DevicePolicyManagerService2077 mConstantsObserver = new DevicePolicyConstantsObserver(mHandler); in DevicePolicyManagerService()2078 mConstantsObserver.register(); in DevicePolicyManagerService()