Searched refs:CLOSE_RECENTS_INTENT (Results 1 – 2 of 2) sorted by relevance
41 public static final String CLOSE_RECENTS_INTENT = "com.android.systemui.recent.action.CLOSE"; field in RecentsActivity55 if (CLOSE_RECENTS_INTENT.equals(intent.getAction())) {200 mIntentFilter.addAction(CLOSE_RECENTS_INTENT); in onCreate()
98 Intent intent = new Intent(RecentsActivity.CLOSE_RECENTS_INTENT); in hideRecents()