Home
last modified time | relevance | path

Searched refs:mSubManager (Results 1 – 4 of 4) sorted by relevance

/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileActivator.java56 private final SubscriptionManager mSubManager; field in ONSProfileActivator
76 mSubManager = sm; in ONSProfileActivator()
80 mONSProfileConfig = new ONSProfileConfigurator(mContext, mSubManager, in ONSProfileActivator()
83 mEuiccManager, mSubManager, mONSProfileConfig, this); in ONSProfileActivator()
103 mSubManager = subscriptionManager; in ONSProfileActivator()
181 List<SubscriptionInfo> activeSubInfos = mSubManager.getActiveSubscriptionInfoList(); in provisionCBRS()
240 if (mSubManager.isActiveSubscriptionId(oppSubInfo.getSubscriptionId()) in provisionCBRS()
317 SubscriptionInfo pSIMSubInfo = mSubManager.getActiveSubscriptionInfo(primarySubId); in onDownloadComplete()
DONSProfileDownloader.java56 private final SubscriptionManager mSubManager; field in ONSProfileDownloader
79 mSubManager = subManager; in ONSProfileDownloader()
272 SubscriptionInfo primarySubInfo = mSubManager.getActiveSubscriptionInfo(primarySubId); in downloadProfile()
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java422 private final SubscriptionManager<ClientType> mSubManager = new SubscriptionManager<>(); field in PropertyHalService
1018 mSubManager.stageUnregister(new ClientType(pendingRequest.getServiceRequestId()), in cleanupPendingAsyncSetRequestLocked()
1216 mSubManager.stageNewOptions(new ClientType(CAR_PROP_SVC_REQUEST_ID), in subscribeProperty()
1243 mSubManager.stageUnregister(new ClientType(CAR_PROP_SVC_REQUEST_ID), in unsubscribeProperty()
1268 ArraySet<Integer> halPropIds = mSubManager.getCurrentSubscribedPropIds(); in release()
1273 mSubManager.clear(); in release()
1421 mSubManager.diffBetweenCurrentAndStage(diffSubscribeOptions, propIdsToUnsubscribe); in updateSubscriptionRateLocked()
1438 mSubManager.commit(); in updateSubscriptionRateLocked()
1442 mSubManager.dropCommit(); in updateSubscriptionRateLocked()
1445 mSubManager.dropCommit(); in updateSubscriptionRateLocked()
[all …]
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastContentProviderTest.java77 SubscriptionManager mSubManager; field in CellBroadcastContentProviderTest
310 return mSubManager; in getSystemService()