Searched refs:sThermalMitigationAllowlistedPackages (Results 1 – 1 of 1) sorted by relevance
426 private static List<String> sThermalMitigationAllowlistedPackages = new ArrayList<>(); field in PhoneInterfaceManager11416 if (sThermalMitigationAllowlistedPackages.isEmpty()) { in getThermalMitigationAllowlist()11419 sThermalMitigationAllowlistedPackages.add(pckg); in getThermalMitigationAllowlist()11423 return sThermalMitigationAllowlistedPackages; in getThermalMitigationAllowlist()11450 sThermalMitigationAllowlistedPackages = getThermalMitigationAllowlist(context); in addPackageToThermalMitigationAllowlist()11451 sThermalMitigationAllowlistedPackages.add(packageName); in addPackageToThermalMitigationAllowlist()11460 sThermalMitigationAllowlistedPackages = getThermalMitigationAllowlist(context); in removePackageFromThermalMitigationAllowlist()11461 sThermalMitigationAllowlistedPackages.remove(packageName); in removePackageFromThermalMitigationAllowlist()