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.proto12258 * packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
12289 * Logged from CellBroadcastService module:
12290 * packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
12311 * Logged from CellBroadcastService module:
12312 * packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
/frameworks/base/core/api/
Dsystem-current.txt11200 public abstract class CellBroadcastService extends android.app.Service {
11201 ctor public CellBroadcastService();
11207 …ic static final String CELL_BROADCAST_SERVICE_INTERFACE = "android.telephony.CellBroadcastService";