Add CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED

Bug: 185925786
Test: atest NetworkTypeControllerTest

Change-Id: Idf8f8b41994fcdda262bb84429824ba769fd5ce6
This commit is contained in:
SongFerngWang
2021-04-16 21:18:28 +08:00
parent c0bb3d46fc
commit 7a3faec477

View File

@@ -15033,6 +15033,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.
*