Searched refs:mCacheEnabled (Results 1 – 4 of 4) sorted by relevance
73 private final boolean mCacheEnabled; field in PlatformCompatCache86 mCacheEnabled = true; in PlatformCompatCache()91 mCacheEnabled = false; in PlatformCompatCache()108 return mCacheEnabled ? mCaches.get(changeId).isChangeEnabled(app) in isChangeEnabled()
77 mCacheEnabled = orig.mCacheEnabled; in AppsFilterSnapshotImpl()
199 protected volatile boolean mCacheEnabled = true; field in AppsFilterBase345 if (mCacheReady && mCacheEnabled) { in shouldFilterApplication()
240 mCacheEnabled = SystemProperties.getBoolean("debug.pm.use_app_filter_cache", true); in readCacheEnabledSysProp()