Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellBroadcastServiceManager.java51 public class CellBroadcastServiceManager { class
70 public CellBroadcastServiceManager(Context context, Phone phone) { in CellBroadcastServiceManager() method in CellBroadcastServiceManager
DInboundSmsHandler.java240 protected CellBroadcastServiceManager mCellBroadcastServiceManager;
284 mCellBroadcastServiceManager = new CellBroadcastServiceManager(context, phone); in InboundSmsHandler()