Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DAppsFilterSnapshotImpl.java64 mFeatureConfig = orig.mFeatureConfig.snapshot(); in AppsFilterSnapshotImpl()
H A DAppsFilterBase.java172 protected FeatureConfig mFeatureConfig; field in AppsFilterBase
357 if (DEBUG_LOGGING || mFeatureConfig.isLoggingEnabled(callingAppId)) { in shouldFilterApplication()
391 final boolean featureEnabled = mFeatureConfig.isGloballyEnabled(); in shouldFilterApplicationInternal()
449 && !mFeatureConfig.packageIsEnabled(callingPkgSetting.getPkg())) { in shouldFilterApplicationInternal()
458 if (pkg != null && !mFeatureConfig.packageIsEnabled(pkg)) { in shouldFilterApplicationInternal()
681 if (!mFeatureConfig.packageIsEnabled(querying)) { in canQueryPackage()
732 if (!mFeatureConfig.isGloballyEnabled()) { in dumpQueries()
H A DAppsFilterImpl.java190 mFeatureConfig = featureConfig; in AppsFilterImpl()
447 return mFeatureConfig; in getFeatureConfig()
490 mFeatureConfig.onSystemReady(); in onSystemReady()
748 mFeatureConfig.updatePackageState(newPkgSetting, false /*removed*/); in addPackageInternal()
1164 mFeatureConfig.updatePackageState(setting, true /*removed*/); in removePackageInternal()