Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileConfigurator.java49 @VisibleForTesting protected static final int REQUEST_CODE_DELETE_SUB = 2; field in ONSProfileConfigurator
106 case REQUEST_CODE_DELETE_SUB: { in callbackMsgHandler()
249 intent.putExtra(PARAM_REQUEST_TYPE, REQUEST_CODE_DELETE_SUB); in deleteSubscription()
252 REQUEST_CODE_DELETE_SUB, intent, PendingIntent.FLAG_MUTABLE); in deleteSubscription()
/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileConfiguratorTest.java80 ONSProfileConfigurator.REQUEST_CODE_DELETE_SUB); in testDeleteSubscription()
193 ONSProfileConfigurator.REQUEST_CODE_DELETE_SUB); in testdeleteInactiveOpportunisticSubscriptionsWithSavedOppSubs()
198 ONSProfileConfigurator.REQUEST_CODE_DELETE_SUB, in testdeleteInactiveOpportunisticSubscriptionsWithSavedOppSubs()