Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellBroadcastServiceManager.java56 private String mCellBroadcastServicePackage; field in CellBroadcastServiceManager
170 mCellBroadcastServicePackage = getCellBroadcastServicePackage(); in initCellBroadcastServiceModule()
171 if (mCellBroadcastServicePackage != null) { in initCellBroadcastServiceModule()
222 + mCellBroadcastServicePackage + " err: " + e.toString(); in initCellBroadcastServiceModule()
235 intent.setPackage(mCellBroadcastServicePackage); in initCellBroadcastServiceModule()
327 pw.println(" mCellBroadcastServicePackage=" + mCellBroadcastServicePackage); in dump()