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/
DCommandReceiver.java255 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()
DLocalAlertService.java34 public class LocalAlertService extends Service { class