Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java120 Intent closeNotificationShadeIntent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in closeNotificationShade() local
121 context.sendBroadcast(closeNotificationShadeIntent); in closeNotificationShade()