Home | History | Annotate | Download | only in activity

Lines Matching defs:intent

20 import android.content.Intent;
34 Intent intent = new Intent(getIntent()).setAction(LocalScreen.CLEAR_TASK)
36 startActivity(intent);
40 public void onNewIntent(Intent intent) {
41 //Log.i("foo", "New intent in " + this + ": " + intent);
42 if (LocalScreen.CLEAR_TASK.equals(intent.getAction())) {
45 setResult(RESULT_CANCELED, new Intent().setAction(
46 "New intent received " + intent + ", expecting action "