Searched refs:hideIntent (Results 1 – 3 of 3) sorted by relevance
279 final Intent hideIntent = new Intent(Constants.ACTION_HIDE, in updateWithLocked() local281 hideIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND); in updateWithLocked()282 builder.setDeleteIntent(PendingIntent.getBroadcast(mContext, 0, hideIntent, 0)); in updateWithLocked()
120 Intent hideIntent = AlarmStateManager.createStateChangeIntent(context, in showUpcomingNotification() local125 hideIntent, PendingIntent.FLAG_UPDATE_CURRENT)); in showUpcomingNotification()
140 val hideIntent: Intent = AlarmStateManager.createStateChangeIntent(context, in showLowPriorityNotification() constant145 hideIntent, PendingIntent.FLAG_UPDATE_CURRENT)) in showLowPriorityNotification()