Home | History | Annotate | Download | only in activity

Lines Matching refs:getIntent

41                 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
42 if (LaunchpadActivity.FORWARD_RESULT.equals(getIntent().getAction())) {
43 Intent intent = new Intent(getIntent());
48 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
50 } else if (DELIVER_RESULT.equals(getIntent().getAction())) {
54 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
56 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
57 if (!getIntent().getBooleanExtra(ClearTop.WAIT_CLEAR_TASK, false)) {
70 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
71 if (CLEAR_TASK.equals(getIntent().getAction())) {
72 if (getIntent().getBooleanExtra(ClearTop.WAIT_CLEAR_TASK, false)) {
87 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
91 Intent intent = new Intent(getIntent()).
99 if (CLEAR_TASK.equals(getIntent().getAction())) {
103 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());
112 if (WAIT_BEFORE_FINISH.equals(getIntent().getAction())) {
115 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
120 + Integer.toHexString(System.identityHashCode(this)) + ": " + getIntent());