Searched defs:CLOSE_RECENTS_INTENT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsActivity.java41 public static final String CLOSE_RECENTS_INTENT = "com.android.systemui.recent.action.CLOSE"; field in class:RecentsActivity
55 if (CLOSE_RECENTS_INTENT.equals(intent.getAction())) {
200 mIntentFilter.addAction(CLOSE_RECENTS_INTENT);

Completed in 39 milliseconds