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:
@@ -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.";
|
||||
}
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user