Searched refs:mBgRestrictionExemptioFromSysConfig (Results 1 – 2 of 2) sorted by relevance
306 ArraySet<String> mBgRestrictionExemptioFromSysConfig; field in AppRestrictionController1536 mBgRestrictionExemptioFromSysConfig = sysConfig.getBgRestrictionExemption(); in initBgRestrictionExemptioFromSysConfig()1538 final ArraySet<String> exemptedPkgs = mBgRestrictionExemptioFromSysConfig; in initBgRestrictionExemptioFromSysConfig()1565 return mBgRestrictionExemptioFromSysConfig != null in isExemptedFromSysConfig()1566 && mBgRestrictionExemptioFromSysConfig.contains(packageName); in isExemptedFromSysConfig()
3908 .mBgRestrictionExemptioFromSysConfig;