Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSystemActions.java289 SystemActionsBroadcastReceiver.INTENT_ACTION_DPAD_UP); in registerActions()
422 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_DPAD_UP; in register()
594 private static final String INTENT_ACTION_DPAD_UP = "SYSTEM_ACTION_DPAD_UP"; field in SystemActions.SystemActionsBroadcastReceiver
615 case INTENT_ACTION_DPAD_UP: in createPendingIntent()
647 intentFilter.addAction(INTENT_ACTION_DPAD_UP); in createIntentFilter()
711 case INTENT_ACTION_DPAD_UP: { in onReceive()