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