Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java261 SystemActionsBroadcastReceiver.INTENT_ACTION_NOTIFICATIONS); in registerActions()
380 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_NOTIFICATIONS; in register()
580 private static final String INTENT_ACTION_NOTIFICATIONS = "SYSTEM_ACTION_NOTIFICATIONS"; field in SystemActions.SystemActionsBroadcastReceiver
605 case INTENT_ACTION_NOTIFICATIONS: in createPendingIntent()
637 intentFilter.addAction(INTENT_ACTION_NOTIFICATIONS); in createIntentFilter()
671 case INTENT_ACTION_NOTIFICATIONS: { in onReceive()