diff options
author | Jack Nudelman <jacknudelman@google.com> | 2021-03-01 13:27:54 -0800 |
---|---|---|
committer | Jack Nudelman <jacknudelman@google.com> | 2021-03-15 12:01:09 -0700 |
commit | a33f939ef47a3f0c4716640a9cc0c6c7173d5561 (patch) | |
tree | 6c2509a979f82c5cdec05f3b76ddbfa6a16d7a38 /core | |
parent | fa31d37ac7cfbd75a546619ec154e5bd1503dcfd (diff) |
Add capability for thermal mitigation.
Test: make
Bug: 173806949
Change-Id: I108f05662a4dd65f64c6462d5493809e2444b8ad
Diffstat (limited to 'core')
-rw-r--r-- | core/api/system-current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api/system-current.txt b/core/api/system-current.txt index da56f45e9d6e..01fbd6bce442 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -10229,6 +10229,7 @@ package android.telephony { field public static final String CAPABILITY_ALLOWED_NETWORK_TYPES_USED = "CAPABILITY_ALLOWED_NETWORK_TYPES_USED"; field public static final String CAPABILITY_NR_DUAL_CONNECTIVITY_CONFIGURATION_AVAILABLE = "CAPABILITY_NR_DUAL_CONNECTIVITY_CONFIGURATION_AVAILABLE"; field public static final String CAPABILITY_SECONDARY_LINK_BANDWIDTH_VISIBLE = "CAPABILITY_SECONDARY_LINK_BANDWIDTH_VISIBLE"; + field public static final String CAPABILITY_THERMAL_MITIGATION_DATA_THROTTLING = "CAPABILITY_THERMAL_MITIGATION_DATA_THROTTLING"; field public static final int CARRIER_PRIVILEGE_STATUS_ERROR_LOADING_RULES = -2; // 0xfffffffe field public static final int CARRIER_PRIVILEGE_STATUS_HAS_ACCESS = 1; // 0x1 field public static final int CARRIER_PRIVILEGE_STATUS_NO_ACCESS = 0; // 0x0 |