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

Commit 306ae955 authored by Amit Mahajan's avatar Amit Mahajan
Browse files

Delete unused reference of a hidden constant.

SimInfo.SIM_PROVISIONING_STATUS is accessed but not used.

Test: basic sanity
Bug: 140908357
Merged-in: Idce09cff62411f38ac4b88437f1cfefce39e7e95
Change-Id: Idce09cff62411f38ac4b88437f1cfefce39e7e95
parent 1ed2876c
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -513,13 +513,6 @@ public class SubscriptionManager {
     */
    public static final String ISO_COUNTRY_CODE = SimInfo.ISO_COUNTRY_CODE;

    /**
     * TelephonyProvider column name for the sim provisioning status associated with a SIM.
     * <P>Type: INTEGER (int)</P>
     * @hide
     */
    public static final String SIM_PROVISIONING_STATUS = SimInfo.SIM_PROVISIONING_STATUS;

    /**
     * TelephonyProvider column name for whether a subscription is embedded (that is, present on an
     * eSIM).