Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileConfigurator.java46 @VisibleForTesting protected static final String PARAM_SUB_ID = "SUB_ID"; field in ONSProfileConfigurator
101 + intent.getIntExtra(PARAM_SUB_ID, 0)); in callbackMsgHandler()
112 int subId = intent.getIntExtra(PARAM_SUB_ID, 0); in callbackMsgHandler()
160 intent.putExtra(PARAM_SUB_ID, subId); in activateSubscription()
250 intent.putExtra(PARAM_SUB_ID, subId); in deleteSubscription()
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileConfiguratorTest.java81 intent.putExtra(ONSProfileConfigurator.PARAM_SUB_ID, TEST_SUB_ID); in testDeleteSubscription()
132 intent.putExtra(ONSProfileConfigurator.PARAM_SUB_ID, TEST_SUB_ID); in testActivateSubscription()
194 intent.putExtra(ONSProfileConfigurator.PARAM_SUB_ID, 2); in testdeleteInactiveOpportunisticSubscriptionsWithSavedOppSubs()