Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/dreams/
DDreamController.java87 private final Intent mCloseNotificationShadeIntent; field in DreamController
117 mCloseNotificationShadeIntent = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); in DreamController()
118 mCloseNotificationShadeIntent.putExtra(EXTRA_REASON_KEY, EXTRA_REASON_VALUE); in DreamController()
119 mCloseNotificationShadeIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in DreamController()
180 mContext.sendBroadcastAsUser(mCloseNotificationShadeIntent, UserHandle.ALL, in startDream()