Home
last modified time | relevance | path

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

/packages/modules/Permission/service/java/com/android/safetycenter/notifications/
DSafetyCenterNotificationReceiver.java60 private static final String ACTION_NOTIFICATION_ACTION_CLICKED = field in SafetyCenterNotificationReceiver
92 Intent intent = new Intent(ACTION_NOTIFICATION_ACTION_CLICKED); in newNotificationActionClickedIntent()
160 filter.addAction(ACTION_NOTIFICATION_ACTION_CLICKED); in register()
188 case ACTION_NOTIFICATION_ACTION_CLICKED: in onReceive()