Home
last modified time | relevance | path

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

/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java96 private final String mOperator; field in CellBroadcastChannelManager
386 mOperator = operator; in CellBroadcastChannelManager()
395 if (!TextUtils.isEmpty(mOperator)) { in initAsNeeded()
397 if (!sAllCellBroadcastChannelRangesPerOperator.containsKey(mOperator)) { in initAsNeeded()
399 log("init for operator: " + mOperator); in initAsNeeded()
404 sAllCellBroadcastChannelRangesPerOperator.put(mOperator, in initAsNeeded()
406 .getResourcesByOperator(mContext, mSubId, mOperator))); in initAsNeeded()
473 if (!TextUtils.isEmpty(mOperator)) { in getCellBroadcastChannelRanges()
474 result = sAllCellBroadcastChannelRangesPerOperator.get(mOperator).get(key); in getCellBroadcastChannelRanges()
493 if (!TextUtils.isEmpty(mOperator) in getAllCellBroadcastChannelRanges()
[all …]