Home
last modified time | relevance | path

Searched refs:LocalAlertService (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/app/src/android/app/stubs/
DLocalAlertService.java34 public class LocalAlertService extends Service { class
DCommandReceiver.java370 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()