Searched refs:CLEAR_TASK (Results 1 – 5 of 5) sorted by relevance
33 final Intent intent = new Intent(getIntent()).setAction(LocalScreen.CLEAR_TASK).setClass( in onCreate()41 if (LocalScreen.CLEAR_TASK.equals(intent.getAction())) { in onNewIntent()45 + ", expecting action " + TestedScreen.CLEAR_TASK)); in onNewIntent()
32 public static final String CLEAR_TASK = "TestedScreen.CLEAR_TASK"; field in TestedScreen49 } else if (CLEAR_TASK.equals(getIntent().getAction())) { in onCreate()64 if (CLEAR_TASK.equals(getIntent().getAction())) { in onResume()94 if (CLEAR_TASK.equals(getIntent().getAction())) {109 } else if (CLEAR_TASK.equals(getIntent().getAction())) { in queueIdle()
52 public static final IntentFlag CLEAR_TASK = flag(FLAG_ACTIVITY_CLEAR_TASK, field in Cases78 CLEAR_TASK,