From 1e3717ef0dda7bfbad375d8f3bab4170c08d89ee Mon Sep 17 00:00:00 2001 From: SongFerngWang Date: Fri, 16 Apr 2021 21:18:28 +0800 Subject: [PATCH] Add CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED Bug: 185925786 Test: atest NetworkTypeControllerTest Change-Id: I25f1b05c505ec6631efa742c3da4bea5e6cdd28a --- telephony/java/android/telephony/TelephonyManager.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index 05f5d291ca6f4..179aeadcfb871 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -15035,6 +15035,15 @@ public class TelephonyManager { public static final String CAPABILITY_SLICING_CONFIG_SUPPORTED = "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. *