Searched refs:UICC_APPLICATIONS_ENABLED (Results 1 – 4 of 4) sorted by relevance
18 import static android.telephony.SubscriptionManager.UICC_APPLICATIONS_ENABLED;311 UICC_APPLICATIONS_ENABLED)); in testSimNotReadyDisabledUiccApps()329 UICC_APPLICATIONS_ENABLED)); in testSimRemovedWhileDisablingUiccApps()
302 SubscriptionManager.UICC_APPLICATIONS_ENABLED,596 SubscriptionManager.UICC_APPLICATIONS_ENABLED)) == 1; in getSubInfoRecord()2450 value.put(SubscriptionManager.UICC_APPLICATIONS_ENABLED, enabled); in setUiccApplicationsEnabled()
663 value.put(SubscriptionManager.UICC_APPLICATIONS_ENABLED, true); in cleanSubscriptionInPhone()
1030 public static final String UICC_APPLICATIONS_ENABLED = SimInfo.COLUMN_UICC_APPLICATIONS_ENABLED; field in SubscriptionManager