Searched refs:CellBroadcastService (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telephony/java/android/telephony/ |
D | CellBroadcastService.java | 66 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/ |
D | CellBroadcastServiceManager.java | 33 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/ |
D | Android.bp | 35 "//packages/modules/CellBroadcastService",
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 12258 * 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/ |
D | system-current.txt | 11200 public abstract class CellBroadcastService extends android.app.Service { 11201 ctor public CellBroadcastService(); 11207 …ic static final String CELL_BROADCAST_SERVICE_INTERFACE = "android.telephony.CellBroadcastService";
|