Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java11415 private static List<String> getThermalMitigationAllowlist(Context context) { in getThermalMitigationAllowlist() method in PhoneInterfaceManager
11450 sThermalMitigationAllowlistedPackages = getThermalMitigationAllowlist(context); in addPackageToThermalMitigationAllowlist()
11460 sThermalMitigationAllowlistedPackages = getThermalMitigationAllowlist(context); in removePackageFromThermalMitigationAllowlist()
11486 if (!getThermalMitigationAllowlist(getDefaultPhone().getContext()) in sendThermalMitigationRequest()