Searched refs:ClearTop (Results 1 – 3 of 3) sorted by relevance
66 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class)); in testClearTopInCreate()72 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class)); in testClearTopWhileResumed()73 mIntent.putExtra(ClearTop.WAIT_CLEAR_TASK, true); in testClearTopWhileResumed()
24 public class ClearTop extends Activity { class27 public ClearTop() { in ClearTop() method in ClearTop
57 if (!getIntent().getBooleanExtra(ClearTop.WAIT_CLEAR_TASK, false)) { in onCreate()72 if (getIntent().getBooleanExtra(ClearTop.WAIT_CLEAR_TASK, false)) { in onResume()93 setClass(this, ClearTop.class); in launchClearTask()