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