Merge "Add CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED" am: 286416d8d2
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1731951 Change-Id: I0c8bbaf282815a3a57a674a61008ae9f91ffc468
This commit is contained in:
@@ -14481,6 +14481,15 @@ public class TelephonyManager {
|
||||
public static final String CAPABILITY_SIM_PHONEBOOK_IN_MODEM =
|
||||
"CAPABILITY_SIM_PHONEBOOK_IN_MODEM";
|
||||
|
||||
/**
|
||||
* 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";
|
||||
|
||||
/** @hide */
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@StringDef(prefix = "CAPABILITY_", value = {
|
||||
|
||||
Reference in New Issue
Block a user