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

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DClearTop.java24 public class ClearTop extends Activity { class in inherits:Activity
27 public ClearTop() { method in class:ClearTop
H A DLaunchTest.java63 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
69 mIntent.putExtra("component", new ComponentName(getContext(), ClearTop.class));
70 mIntent.putExtra(ClearTop.WAIT_CLEAR_TASK, true);
H A DTestedScreen.java57 if (!getIntent().getBooleanExtra(ClearTop.WAIT_CLEAR_TASK, false)) {
72 if (getIntent().getBooleanExtra(ClearTop.WAIT_CLEAR_TASK, false)) {
93 setClass(this, ClearTop.class);

Completed in 46 milliseconds