Searched refs:mCloseNotificationShadeIntent (Results 1 – 1 of 1) sorted by relevance
87 private final Intent mCloseNotificationShadeIntent; field in DreamController117 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()