Rename KEY_AES_URL_STRING
The word "aes" is not clear enough to be understood. Rename KEY_AES_URL_STRING to KEY_ENTITLEMENT_SERVER_URL_STRING. BUG: 180945778 Test: presubmit Change-Id: Ia3d9841dc14f95b8d2d24787b6d68f7e2afcf154
This commit is contained in:
@@ -40329,7 +40329,7 @@ package android.telephony {
|
||||
}
|
||||
|
||||
public static final class CarrierConfigManager.ImsServiceEntitlement {
|
||||
field public static final String KEY_AES_URL_STRING = "imsserviceentitlement.aes_url_string";
|
||||
field public static final String KEY_ENTITLEMENT_SERVER_URL_STRING = "imsserviceentitlement.entitlement_server_url_string";
|
||||
field public static final String KEY_PREFIX = "imsserviceentitlement.";
|
||||
}
|
||||
|
||||
|
||||
@@ -3666,14 +3666,13 @@ public class CarrierConfigManager {
|
||||
/** Prefix of all ImsServiceEntitlement.KEY_* constants. */
|
||||
public static final String KEY_PREFIX = "imsserviceentitlement.";
|
||||
|
||||
|
||||
/** The address of the entitlement configuration server. */
|
||||
public static final String KEY_AES_URL_STRING = KEY_PREFIX + "aes_url_string";
|
||||
|
||||
public static final String KEY_ENTITLEMENT_SERVER_URL_STRING =
|
||||
KEY_PREFIX + "entitlement_server_url_string";
|
||||
|
||||
private static PersistableBundle getDefaults() {
|
||||
PersistableBundle defaults = new PersistableBundle();
|
||||
defaults.putString(KEY_AES_URL_STRING, "");
|
||||
defaults.putString(KEY_ENTITLEMENT_SERVER_URL_STRING, "");
|
||||
return defaults;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user