diff options
author | Nazanin Bakhshi <nazaninb@google.com> | 2021-04-29 18:16:11 +0000 |
---|---|---|
committer | Nazanin Bakhshi <nazaninb@google.com> | 2021-04-29 18:16:11 +0000 |
commit | 95807e9a98668375336bee3bc7b483ea459cfe67 (patch) | |
tree | c7088b58bdad5b3273ce1b380db2d6c38041a66f /telephony/java | |
parent | 7a3faec477d23448dd1f6109775cb78b3f3edc3d (diff) |
Revert "Add CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED"
Revert "Using PHYSICAL_CHANNEL_CONFIG to detect RRC state"
Revert submission 14254545-PPC_detect_RRC_state
Reason for revert: <crashing Phone app b/186763089>
Reverted Changes:
Idf8f8b419:Add CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORT...
I65f392084:Using PHYSICAL_CHANNEL_CONFIG to detect RRC state
Change-Id: I46ed100d2f0b081587181a4cef29c38f76caaf2d
Diffstat (limited to 'telephony/java')
-rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 61884d036b16..8475cabd90cc 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -15034,15 +15034,6 @@ public class TelephonyManager { "CAPABILITY_SLICING_CONFIG_SUPPORTED"; /** - * Indicates whether PHYSICAL_CHANNEL_CONFIG HAL1.6 is supported. See comments on - * respective methods for more information. - * - * @hide - */ - public static final String CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED = - "CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED"; - - /** * A list of the radio interface capability values with public valid constants. * * Here is a related list for the systemapi-only valid constants: |