Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccSmsInterfaceManager.java77 private CellBroadcastRangeManager mCellBroadcastRangeManager = field in IccSmsInterfaceManager
992 if (!mCellBroadcastRangeManager.enableRange(startMessageId, endMessageId, client)) { in enableGsmBroadcastRange()
1007 setCellBroadcastActivation(!mCellBroadcastRangeManager.isEmpty()); in enableGsmBroadcastRange()
1022 if (!mCellBroadcastRangeManager.disableRange(startMessageId, endMessageId, client)) { in disableGsmBroadcastRange()
1037 setCellBroadcastActivation(!mCellBroadcastRangeManager.isEmpty()); in disableGsmBroadcastRange()
1108 mCellBroadcastRangeManager.clearRanges(); in resetAllCellBroadcastRanges()
1574 pw.println("Enabled GSM channels: " + mCellBroadcastRangeManager); in dump()