Searched refs:OPEN_RECENT_TASK_ACTION (Results 1 – 2 of 2) sorted by relevance
19 import static com.android.car.carlauncher.recents.CarRecentsActivity.OPEN_RECENT_TASK_ACTION;82 intent.setAction(OPEN_RECENT_TASK_ACTION); in toggleRecentsIntent()
53 public static final String OPEN_RECENT_TASK_ACTION = field in CarRecentsActivity152 if (OPEN_RECENT_TASK_ACTION.equals(getIntent().getAction())) { in onResume()