Lines Matching refs:mSubId
92 private final int mSubId; field in CellBroadcastChannelManager
361 mSubId = subId; in CellBroadcastChannelManager()
382 .getResourcesByOperator(mContext, mSubId, mOperator))); in initAsNeeded()
388 if (!sAllCellBroadcastChannelRangesPerSub.containsKey(mSubId)) { in initAsNeeded()
393 log("init for sub: " + mSubId); in initAsNeeded()
395 sAllCellBroadcastChannelRangesPerSub.put(mSubId, in initAsNeeded()
397 .getResources(mContext, mSubId))); in initAsNeeded()
416 new CellBroadcastChannelRange(mContext, mSubId, res, range); in getChannelRangesMapFromResoures()
452 result = sAllCellBroadcastChannelRangesPerSub.get(mSubId).get(key); in getCellBroadcastChannelRanges()
473 sAllCellBroadcastChannelRangesPerSub.get(mSubId).forEach((k, v)->result.addAll(v)); in getAllCellBroadcastChannelRanges()
533 return findChannelRange(sAllCellBroadcastChannelRangesPerSub.get(mSubId), channel); in findChannelRange()
562 tm = tm.createForSubscriptionId(mSubId); in checkScope()
598 if (mSubId != message.getSubscriptionId()) { in getCellBroadcastChannelRangeFromMessage()
600 + "sub " + mSubId + ", should not be used for message from sub " in getCellBroadcastChannelRangeFromMessage()
618 if (mSubId != message.getSubscriptionId()) { in isEmergencyMessage()
619 Log.e(TAG, "This manager is created for sub " + mSubId in isEmergencyMessage()