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())) {
191 mIntentFilter.addAction(CLOSE_RECENTS_INTENT);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 650 intent = new Intent(RecentsActivity.CLOSE_RECENTS_INTENT);
    [all...]

Completed in 175 milliseconds