Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java308 SystemActionsBroadcastReceiver.INTENT_ACTION_DPAD_CENTER); in registerActions()
436 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_DPAD_CENTER; in register()
595 private static final String INTENT_ACTION_DPAD_CENTER = "SYSTEM_ACTION_DPAD_CENTER"; field in SystemActions.SystemActionsBroadcastReceiver
616 case INTENT_ACTION_DPAD_CENTER: { in createPendingIntent()
648 intentFilter.addAction(INTENT_ACTION_DPAD_CENTER); in createIntentFilter()
724 case INTENT_ACTION_DPAD_CENTER: { in onReceive()