Searched refs:mEntitlementMgr (Results 1 – 2 of 2) sorted by relevance
118 private EntitlementManager mEntitlementMgr; field in UpstreamNetworkMonitor161 if (mEntitlementMgr == null) { in startTrackDefaultNetwork()162 mEntitlementMgr = entitle; in startTrackDefaultNetwork()306 mEntitlementMgr.maybeRunProvisioning(); in selectPreferredUpstreamType()345 if (mEntitlementMgr != null) { in isCellularUpstreamPermitted()346 return mEntitlementMgr.isCellularUpstreamPermitted(); in isCellularUpstreamPermitted()517 mEntitlementMgr.notifyUpstream(newIsCellular); in onCapabilitiesChanged()551 mEntitlementMgr.notifyUpstream(false); in onLost()
246 private final EntitlementManager mEntitlementMgr; field in Tethering332 mEntitlementMgr = mDeps.makeEntitlementManager(mContext, mHandler, mLog, in Tethering()335 mEntitlementMgr.setOnTetherProvisioningFailedListener((downstream, reason) -> { in Tethering()339 mEntitlementMgr.setTetheringConfigurationFetcher(() -> { in Tethering()348 mEntitlementMgr.reevaluateSimCardProvisioning(mConfig); in Tethering()531 mEntitlementMgr.reevaluateSimCardProvisioning(mConfig); in onActiveDataSubscriptionIdChanged()672 mEntitlementMgr.stopProvisioningIfNeeded(request.tetheringType); in startTethering()677 mEntitlementMgr.setExemptedDownstreamType(request.tetheringType); in startTethering()679 mEntitlementMgr.startProvisioningIfNeeded(request.tetheringType, in startTethering()696 mEntitlementMgr.stopProvisioningIfNeeded(type); in stopTetheringInternal()[all …]