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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsActivity.java 38 public static final String TOGGLE_RECENTS_INTENT = "com.android.systemui.recent.action.TOGGLE_RECENTS";
217 if (TOGGLE_RECENTS_INTENT.equals(intent.getAction())) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 475 Intent intent = new Intent(RecentsActivity.TOGGLE_RECENTS_INTENT);
    [all...]

Completed in 42 milliseconds