HomeSort by relevance Sort by last modified time
    Searched refs:CellBroadcastAlertService (Results 1 - 4 of 4) sorted by null

  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastReceiver.java 75 intent.setClass(context, CellBroadcastAlertService.class);
98 CellBroadcastAlertService.CB_AREA_INFO_RECEIVED_ACTION);
CellBroadcastAlertService.java 47 public class CellBroadcastAlertService extends Service {
48 private static final String TAG = "CellBroadcastAlertService";
176 alertIntent.setClass(this, CellBroadcastAlertService.class);
CellBroadcastListActivity.java 61 .cancel(CellBroadcastAlertService.NOTIFICATION_ID);
CellBroadcastAlertFullScreen.java 305 * Called by {@link CellBroadcastAlertService} to add a new alert to the stack.
329 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID);

Completed in 1461 milliseconds