API Review: API review 213573673

Bug: b/215555890

Test: Manually will be testing the configs using the following commands:
adb shell cmd phone cc get-value [KEY]
adb shell cmd phone cc set-value [KEY] [VALUE]

Change-Id: Id8d22807ea14a899131551f2615e730dda0fc7f5
This commit is contained in:
Sateshk Kumar Chinnappan
2022-01-27 07:40:53 -08:00
parent 2147652965
commit f59e275e92
2 changed files with 2 additions and 2 deletions

View File

@@ -41286,7 +41286,7 @@ package android.telephony {
public static final class CarrierConfigManager.Bsf {
field public static final String KEY_BSF_SERVER_FQDN_STRING = "bsf.bsf_server_fqdn_string";
field public static final String KEY_BSF_SERVER_PORT_INT = "bsf.bsf_server_port_int";
field public static final String KEY_BSF_TRANSPORT_TYPE_INT = "bsf.bsf_transport type_int";
field public static final String KEY_BSF_TRANSPORT_TYPE_INT = "bsf.bsf_transport_type_int";
field public static final String KEY_PREFIX = "bsf.";
}

View File

@@ -7525,7 +7525,7 @@ public class CarrierConfigManager {
* {@link Ims#PREFERRED_TRANSPORT_TCP} will apply.
*/
public static final String KEY_BSF_TRANSPORT_TYPE_INT =
KEY_PREFIX + "bsf_transport type_int";
KEY_PREFIX + "bsf_transport_type_int";
private static PersistableBundle getDefaults() {
PersistableBundle defaults = new PersistableBundle();