Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellBroadcastService.java66 public abstract class CellBroadcastService extends Service { class
73 public CellBroadcastService() { in CellBroadcastService() method in CellBroadcastService
146 CellBroadcastService.this.onGsmCellBroadcastSms(slotIndex, message); in handleGsmCellBroadcastSms()
159 CellBroadcastService.this.onCdmaCellBroadcastSms(slotIndex, bearerData, in handleCdmaCellBroadcastSms()
179 CellBroadcastService.this.onCdmaScpMessage(slotIndex, smsCbProgramData, in handleCdmaScpMessage()
192 return CellBroadcastService.this.getCellBroadcastAreaInfo(slotIndex); in getCellBroadcastAreaInfo()
197 CellBroadcastService.this.dump(fd, fout, args); in dump()
203 CellBroadcastService.this.dump(fd, pw, args); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellBroadcastServiceManager.java33 import android.telephony.CellBroadcastService;
234 Intent intent = new Intent(CellBroadcastService.CELL_BROADCAST_SERVICE_INTERFACE); in initCellBroadcastServiceModule()
268 new Intent(CellBroadcastService.CELL_BROADCAST_SERVICE_INTERFACE), in getCellBroadcastServicePackage()
/frameworks/libs/modules-utils/java/
DAndroid.bp35 "//packages/modules/CellBroadcastService",
/frameworks/proto_logging/stats/
Datoms.proto14925 * packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
14961 * packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
15007 * Logged from CellBroadcastService module:
15008 * packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
15075 * packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice
15117 * packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
/frameworks/base/core/api/
Dsystem-current.txt14488 public abstract class CellBroadcastService extends android.app.Service {
14489 ctor public CellBroadcastService();
14495 …ic static final String CELL_BROADCAST_SERVICE_INTERFACE = "android.telephony.CellBroadcastService";