diff options
author | SongFerngWang <songferngwang@google.com> | 2021-04-16 21:18:28 +0800 |
---|---|---|
committer | SongFerngWang <songferngwang@google.com> | 2021-05-03 16:48:03 +0800 |
commit | 1e3717ef0dda7bfbad375d8f3bab4170c08d89ee (patch) | |
tree | 793265a767715daa8e9a6ce1bbc097ca97dd8568 /telephony/java | |
parent | 5663de78496d1a452a3381002cdbfb06bfd23d93 (diff) |
Add CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED
Bug: 185925786
Test: atest NetworkTypeControllerTest
Change-Id: I25f1b05c505ec6631efa742c3da4bea5e6cdd28a
Diffstat (limited to 'telephony/java')
-rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 05f5d291ca6f..179aeadcfb87 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -15036,6 +15036,15 @@ 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: |