Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentsActivity.java41 public static final String CLOSE_RECENTS_INTENT = "com.android.systemui.recent.action.CLOSE"; field in RecentsActivity
55 if (CLOSE_RECENTS_INTENT.equals(intent.getAction())) {
200 mIntentFilter.addAction(CLOSE_RECENTS_INTENT); in onCreate()
DRecents.java98 Intent intent = new Intent(RecentsActivity.CLOSE_RECENTS_INTENT); in hideRecents()