summaryrefslogtreecommitdiff
path: root/telephony/java
diff options
context:
space:
mode:
authorSongFerng Wang <songferngwang@google.com>2021-04-29 07:15:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-04-29 07:15:25 +0000
commit09ca8113f51401474116ef02322b2424b1aabb3d (patch)
tree5ccd10e58d706dd09637835ff073389de12ff9a0 /telephony/java
parent285e3754084cfa88abb9629a6f4f07c8cc3bb809 (diff)
parent7a3faec477d23448dd1f6109775cb78b3f3edc3d (diff)
Merge "Add CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED" into sc-dev
Diffstat (limited to 'telephony/java')
-rw-r--r--telephony/java/android/telephony/TelephonyManager.java9
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: