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

  /packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertServiceTest.java 34 import static com.android.cellbroadcastreceiver.CellBroadcastAlertService.SHOW_NEW_ALERT_ACTION;
37 CellBroadcastServiceTestCase<CellBroadcastAlertService> {
40 super(CellBroadcastAlertService.class);
74 Intent intent = new Intent(mContext, CellBroadcastAlertService.class);
84 assertEquals(CellBroadcastAlertService.class.getName(),
97 Intent intent = new Intent(mContext, CellBroadcastAlertService.class);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAreaInfoReceiver.java 42 CellBroadcastAlertService.CB_AREA_INFO_RECEIVED_ACTION);
CellBroadcastAlertDialog.java 273 if (message != null && CellBroadcastAlertService.
289 if (message != null && CellBroadcastAlertService.
313 CellBroadcastAlertService.addToNotificationBar(getLatestMessage(), mMessageList,
365 * Called by {@link CellBroadcastAlertService} to add a new alert to the stack.
395 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID);
443 if (CellBroadcastAlertService.isEmergencyMessage(
477 notificationManager.cancel(CellBroadcastAlertService.NOTIFICATION_ID);
CellBroadcastAlertService.java 58 public class CellBroadcastAlertService extends Service {
238 alertIntent.setClass(this, CellBroadcastAlertService.class);
538 public CellBroadcastAlertService getService() {
539 return CellBroadcastAlertService.this;
CellBroadcastListActivity.java 63 .cancel(CellBroadcastAlertService.NOTIFICATION_ID);
CellBroadcastReceiver.java 90 intent.setClass(context, CellBroadcastAlertService.class);
CellBroadcastResources.java 295 if (CellBroadcastAlertService.isEmergencyMessage(context, cbm)) {

Completed in 61 milliseconds