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
This commit is contained in:
Amit Mahajan
2020-01-23 18:05:51 -08:00
parent 1ed2876c10
commit 306ae9551a

View File

@@ -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).