Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DCellBroadcastService.java61 public abstract class CellBroadcastService extends Service { class
68 public CellBroadcastService() { in CellBroadcastService() method in CellBroadcastService
142 CellBroadcastService.this.onGsmCellBroadcastSms(slotIndex, message); in handleGsmCellBroadcastSms()
155 CellBroadcastService.this.onCdmaCellBroadcastSms(slotIndex, bearerData, in handleCdmaCellBroadcastSms()
175 CellBroadcastService.this.onCdmaScpMessage(slotIndex, smsCbProgramData, in handleCdmaScpMessage()
188 return CellBroadcastService.this.getCellBroadcastAreaInfo(slotIndex); in getCellBroadcastAreaInfo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCellBroadcastServiceManager.java33 import android.telephony.CellBroadcastService;
187 Intent intent = new Intent(CellBroadcastService.CELL_BROADCAST_SERVICE_INTERFACE); in initCellBroadcastServiceModule()
213 new Intent(CellBroadcastService.CELL_BROADCAST_SERVICE_INTERFACE), in getCellBroadcastServicePackage()
/frameworks/base/api/
Dsystem-lint-baseline.txt64 MissingNullability: android.telephony.CellBroadcastService#onBind(android.content.Intent):
66 MissingNullability: android.telephony.CellBroadcastService#onBind(android.content.Intent) parameter…
68 MissingNullability: android.telephony.CellBroadcastService#onCdmaCellBroadcastSms(int, byte[]) para…
70 MissingNullability: android.telephony.CellBroadcastService#onGsmCellBroadcastSms(int, byte[]) param…
Dsystem-current.txt8096 public abstract class CellBroadcastService extends android.app.Service {
8097 ctor public CellBroadcastService();
8103 …ic static final String CELL_BROADCAST_SERVICE_INTERFACE = "android.telephony.CellBroadcastService";
/frameworks/base/telephony/api/
Dsystem-current.txt126 public abstract class CellBroadcastService extends android.app.Service {
127 ctor public CellBroadcastService();
133 …ic static final String CELL_BROADCAST_SERVICE_INTERFACE = "android.telephony.CellBroadcastService";
/frameworks/base/non-updatable-api/
Dsystem-current.txt7994 public abstract class CellBroadcastService extends android.app.Service {
7995 ctor public CellBroadcastService();
8001 …ic static final String CELL_BROADCAST_SERVICE_INTERFACE = "android.telephony.CellBroadcastService";