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.java55 private String mCellBroadcastServicePackage; field in CellBroadcastServiceManager
139 mCellBroadcastServicePackage = getCellBroadcastServicePackage(); in initCellBroadcastServiceModule()
140 if (mCellBroadcastServicePackage != null) { in initCellBroadcastServiceModule()
178 + mCellBroadcastServicePackage + " err: " + e.toString()); in initCellBroadcastServiceModule()
180 + mCellBroadcastServicePackage + " err: " + e.toString()); in initCellBroadcastServiceModule()
188 intent.setPackage(mCellBroadcastServicePackage); in initCellBroadcastServiceModule()
272 pw.println(" mCellBroadcastServicePackage=" + mCellBroadcastServicePackage); in dump()