Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java75 private CellBroadcastRangeManager mCellBroadcastRangeManager = field in IccSmsInterfaceManager
942 if (!mCellBroadcastRangeManager.enableRange(startMessageId, endMessageId, client)) { in enableGsmBroadcastRange()
957 setCellBroadcastActivation(!mCellBroadcastRangeManager.isEmpty()); in enableGsmBroadcastRange()
972 if (!mCellBroadcastRangeManager.disableRange(startMessageId, endMessageId, client)) { in disableGsmBroadcastRange()
987 setCellBroadcastActivation(!mCellBroadcastRangeManager.isEmpty()); in disableGsmBroadcastRange()
1058 mCellBroadcastRangeManager.clearRanges(); in resetAllCellBroadcastRanges()
1508 pw.println("Enabled GSM channels: " + mCellBroadcastRangeManager); in dump()