Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DSystemActions.java260 SystemActionsBroadcastReceiver.INTENT_ACTION_RECENTS); in registerActions()
374 intent = SystemActionsBroadcastReceiver.INTENT_ACTION_RECENTS; in register()
576 private static final String INTENT_ACTION_RECENTS = "SYSTEM_ACTION_RECENTS"; field in SystemActions.SystemActionsBroadcastReceiver
601 case INTENT_ACTION_RECENTS: in createPendingIntent()
633 intentFilter.addAction(INTENT_ACTION_RECENTS); in createIntentFilter()
664 case INTENT_ACTION_RECENTS: { in onReceive()