HomeSort by relevance Sort by last modified time
    Searched refs:getIntent (Results 1 - 25 of 707) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/src/android/app/activity/
TestedScreen.java 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()))
    [all...]
  /cts/tests/app/src/android/app/cts/
TestedScreen.java 40 if (LaunchpadActivity.FORWARD_RESULT.equals(getIntent().getAction())) {
41 final Intent intent = new Intent(getIntent());
46 } else if (DELIVER_RESULT.equals(getIntent().getAction())) {
49 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
50 if (!getIntent().getBooleanExtra(ClearTop.WAIT_CLEAR_TASK, false)) {
64 if (CLEAR_TASK.equals(getIntent().getAction())) {
65 if (getIntent().getBooleanExtra(ClearTop.WAIT_CLEAR_TASK, false)) {
86 final Intent intent = new Intent(getIntent()).addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)
94 if (CLEAR_TASK.equals(getIntent().getAction())) {
106 if (WAIT_BEFORE_FINISH.equals(getIntent().getAction()))
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
TestedScreen.java 40 if (LaunchpadActivity.FORWARD_RESULT.equals(getIntent().getAction())) {
41 final Intent intent = new Intent(getIntent());
46 } else if (DELIVER_RESULT.equals(getIntent().getAction())) {
49 } else if (CLEAR_TASK.equals(getIntent().getAction())) {
50 if (!getIntent().getBooleanExtra(ClearTop.WAIT_CLEAR_TASK, false)) {
64 if (CLEAR_TASK.equals(getIntent().getAction())) {
65 if (getIntent().getBooleanExtra(ClearTop.WAIT_CLEAR_TASK, false)) {
86 final Intent intent = new Intent(getIntent()).addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP)
94 if (CLEAR_TASK.equals(getIntent().getAction())) {
106 if (WAIT_BEFORE_FINISH.equals(getIntent().getAction()))
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetailsTop.java 25 public Intent getIntent() {
26 Intent modIntent = new Intent(super.getIntent());
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SpellCheckerSettingsActivity.java 33 public Intent getIntent() {
34 final Intent modIntent = new Intent(super.getIntent());
  /packages/apps/Settings/src/com/android/settings/notification/
RedactionSettingsStandalone.java 29 public Intent getIntent() {
30 Intent modIntent = new Intent(super.getIntent());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionarySettingsActivity.java 37 public Intent getIntent() {
38 final Intent modIntent = new Intent(super.getIntent());