Skip to content
Snippets Groups Projects
Commit 286416d8 authored by Sarah Chin's avatar Sarah Chin Committed by Gerrit Code Review
Browse files

Merge "Add CAPABILITY_PHYSICAL_CHANNEL_CONFIG_1_6_SUPPORTED"

parents 17f9f3e8 1226ac6f
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment