HomeSort by relevance Sort by last modified time
    Searched refs:CLOSE_RECENTS_INTENT (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsActivity.java 41 public static final String CLOSE_RECENTS_INTENT = "com.android.systemui.recent.action.CLOSE";
55 if (CLOSE_RECENTS_INTENT.equals(intent.getAction())) {
199 mIntentFilter.addAction(CLOSE_RECENTS_INTENT);
Recents.java 218 Intent intent = new Intent(RecentsActivity.CLOSE_RECENTS_INTENT);

Completed in 141 milliseconds