Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DLocalAlertService.java36 public static final String COMMAND_HIDE_ALERT = "hide"; field in LocalAlertService
46 } else if (COMMAND_HIDE_ALERT.equals(action)) { in onStartCommand()
DCommandReceiver.java262 intent.setAction(LocalAlertService.COMMAND_HIDE_ALERT); in doStopAlertService()