Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java426 private static List<String> sThermalMitigationAllowlistedPackages = new ArrayList<>(); field in PhoneInterfaceManager
11416 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()