Home
last modified time | relevance | path

Searched refs:ACTION_EUICC_REMOVE_INVISIBLE_SUBSCRIPTIONS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DRecoverySystem.java116 private static final String ACTION_EUICC_REMOVE_INVISIBLE_SUBSCRIPTIONS = field in RecoverySystem
1124 if (ACTION_EUICC_REMOVE_INVISIBLE_SUBSCRIPTIONS.equals(intent.getAction())) { in removeEuiccInvisibleSubs()
1139 Intent intent = new Intent(ACTION_EUICC_REMOVE_INVISIBLE_SUBSCRIPTIONS); in removeEuiccInvisibleSubs()
1148 intentFilter.addAction(ACTION_EUICC_REMOVE_INVISIBLE_SUBSCRIPTIONS); in removeEuiccInvisibleSubs()