Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d34a46ae authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Include android version in newly deprecated constants"

parents fac035b2 88896957
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2935,7 +2935,7 @@ public class TelephonyManager {
    public static final int NETWORK_TYPE_HSPA = TelephonyProtoEnums.NETWORK_TYPE_HSPA; // = 10.
    /**
     * Current network is iDen
     * @deprecated Legacy network type no longer being used.
     * @deprecated Legacy network type no longer being used starting in Android U.
     */
    @Deprecated
    public static final int NETWORK_TYPE_IDEN = TelephonyProtoEnums.NETWORK_TYPE_IDEN; // = 11.
@@ -13960,7 +13960,7 @@ public class TelephonyManager {
     * If used, will be converted to {@link #NETWORK_TYPE_BITMASK_LTE}.
     * network type bitmask indicating the support of radio tech LTE CA (carrier aggregation).
     *
     * @deprecated Please use {@link #NETWORK_TYPE_BITMASK_LTE} instead.
     * @deprecated Please use {@link #NETWORK_TYPE_BITMASK_LTE} instead. Deprecated in Android U.
     */
    @Deprecated
    public static final long NETWORK_TYPE_BITMASK_LTE_CA = (1 << (NETWORK_TYPE_LTE_CA -1));