Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java264 SystemActionsBroadcastReceiver.INTENT_ACTION_NOTIFICATIONS); in registerActions()
378 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_NOTIFICATIONS; in register()
577 private static final String INTENT_ACTION_NOTIFICATIONS = "SYSTEM_ACTION_NOTIFICATIONS"; field in SystemActions.SystemActionsBroadcastReceiver
602 case INTENT_ACTION_NOTIFICATIONS: in createPendingIntent()
634 intentFilter.addAction(INTENT_ACTION_NOTIFICATIONS); in createIntentFilter()
668 case INTENT_ACTION_NOTIFICATIONS: { in onReceive()