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.java109 private static final String ACTION_EUICC_REMOVE_INVISIBLE_SUBSCRIPTIONS = field in RecoverySystem
910 if (ACTION_EUICC_REMOVE_INVISIBLE_SUBSCRIPTIONS.equals(intent.getAction())) { in removeEuiccInvisibleSubs()
925 Intent intent = new Intent(ACTION_EUICC_REMOVE_INVISIBLE_SUBSCRIPTIONS); in removeEuiccInvisibleSubs()
930 intentFilter.addAction(ACTION_EUICC_REMOVE_INVISIBLE_SUBSCRIPTIONS); in removeEuiccInvisibleSubs()