Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileConfigurator.java51 protected static final String ACTION_ONS_ESIM_CONFIG = "com.android.ons.action.ESIM_CONFIG"; field in ONSProfileConfigurator
158 intent.setAction(ACTION_ONS_ESIM_CONFIG); in activateSubscription()
248 intent.setAction(ACTION_ONS_ESIM_CONFIG); in deleteSubscription()
DOpportunisticNetworkService.java460 case ONSProfileConfigurator.ACTION_ONS_ESIM_CONFIG: { in onStartCommand()
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileConfiguratorTest.java128 intent.setAction(ONSProfileConfigurator.ACTION_ONS_ESIM_CONFIG); in testActivateSubscription()
190 intent.setAction(ONSProfileConfigurator.ACTION_ONS_ESIM_CONFIG); in testdeleteInactiveOpportunisticSubscriptionsWithSavedOppSubs()