Home
last modified time | relevance | path

Searched refs:ClearTop (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DLaunchTest.java66 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()
DClearTop.java24 public class ClearTop extends Activity { class
27 public ClearTop() { in ClearTop() method in ClearTop
DTestedScreen.java57 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()