Home
last modified time | relevance | path

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

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileConfiguratorTest.java165 boolean res = mOnsProfileConfigurator.deleteInactiveOpportunisticSubscriptions(TEST_SUB_ID); in testdeleteInactiveOpportunisticSubscriptionsWithNoneSavedOppSubs()
202 boolean res = mOnsProfileConfigurator.deleteInactiveOpportunisticSubscriptions(2); in testdeleteInactiveOpportunisticSubscriptionsWithSavedOppSubs()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileConfigurator.java186 public boolean deleteInactiveOpportunisticSubscriptions(int pSIMId) { in deleteInactiveOpportunisticSubscriptions() method in ONSProfileConfigurator
DONSProfileActivator.java353 mONSProfileConfig.deleteInactiveOpportunisticSubscriptions(pSIMSubId); in onDownloadError()