Searched refs:LocalAlertService (Results 1 – 2 of 2) sorted by relevance
34 public class LocalAlertService extends Service { class
370 Intent intent = new Intent(context, LocalAlertService.class); in doStartAlertService()371 intent.setAction(LocalAlertService.COMMAND_SHOW_ALERT); in doStartAlertService()376 Intent intent = new Intent(context, LocalAlertService.class); in doStopAlertService()377 intent.setAction(LocalAlertService.COMMAND_HIDE_ALERT); in doStopAlertService()