Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java292 SystemActionsBroadcastReceiver.INTENT_ACTION_DPAD_UP); in registerActions()
420 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_DPAD_UP; in register()
591 private static final String INTENT_ACTION_DPAD_UP = "SYSTEM_ACTION_DPAD_UP"; field in SystemActions.SystemActionsBroadcastReceiver
612 case INTENT_ACTION_DPAD_UP: in createPendingIntent()
644 intentFilter.addAction(INTENT_ACTION_DPAD_UP); in createIntentFilter()
708 case INTENT_ACTION_DPAD_UP: { in onReceive()