Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java226 SystemActionsBroadcastReceiver.INTENT_ACTION_ACCESSIBILITY_SHORTCUT); in registerActions()
318 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_ACCESSIBILITY_SHORTCUT; in register()
449 private static final String INTENT_ACTION_ACCESSIBILITY_SHORTCUT = field in SystemActions.SystemActionsBroadcastReceiver
466 case INTENT_ACTION_ACCESSIBILITY_SHORTCUT: in createPendingIntent()
491 intentFilter.addAction(INTENT_ACTION_ACCESSIBILITY_SHORTCUT); in createIntentFilter()
540 case INTENT_ACTION_ACCESSIBILITY_SHORTCUT: { in onReceive()