Home | History | Annotate | Download | only in stubs

Lines Matching refs:intent

20 import android.content.Intent;
33 final Intent intent = new Intent(getIntent()).setAction(LocalScreen.CLEAR_TASK).setClass(
35 startActivity(intent);
39 public void onNewIntent(Intent intent) {
41 if (LocalScreen.CLEAR_TASK.equals(intent.getAction())) {
44 setResult(RESULT_CANCELED, new Intent().setAction("New intent received " + intent