/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
D | NotificationTestList.java | 570 .setContentIntent(makeIntent()) 583 .setContentIntent(makeIntent()) 596 .setContentIntent(makeIntent()) 609 .setContentIntent(makeIntent()) 623 .setContentIntent(makeIntent()) 918 .setContentIntent(makeIntent()) 939 .setContentIntent(makeIntent()) 955 .setContentIntent(makeIntent()) 968 .setContentIntent(makeIntent()) 981 .setContentIntent(makeIntent()) [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest2.java | 231 .setIntent(makeIntent("action", ShortcutActivity.class)) in testShortcutInfoParcel() 250 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoParcel() 305 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoParcel_resId() 353 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone() 495 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone_resId() 607 .setIntent(makeIntent("action", ShortcutActivity.class)) in testShortcutInfoClone_minimum() 653 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom() 743 .setIntent(makeIntent("action2", ShortcutActivity.class)).build()); in testShortcutInfoCopyNonNullFieldsFrom() 750 .setIntent(makeIntent("action3", ShortcutActivity.class, "key", "x")).build()); in testShortcutInfoCopyNonNullFieldsFrom() 783 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom_resId() [all …]
|
D | BaseShortcutManagerTest.java | 1416 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcut() 1423 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTitle() 1429 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithShortLabel() 1438 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestamp() 1450 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestampWithActivity() 1461 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithIcon() 1470 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makePackageShortcut() 1494 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivity() 1507 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivityAndTitle() 1514 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), rank); in makeShortcutWithActivityAndRank() [all …]
|
D | ShortcutManagerTest1.java | 277 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testSetDynamicShortcuts() 286 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testSetDynamicShortcuts() 293 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testSetDynamicShortcuts() 1099 .setIntent(makeIntent(Intent.ACTION_ANSWER, ShortcutActivity.class, in testUpdateShortcuts() 1490 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings() 1501 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings() 1539 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testGetShortcutInfo() 1548 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testGetShortcutInfo() 1560 makeIntent(Intent.ACTION_ANSWER, ShortcutActivity2.class, in testGetShortcutInfo() 2811 new Intent[]{makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testStartShortcut() [all …]
|
D | ShortcutManagerTest8.java | 262 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in checkRequestPinShortcut() 416 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_noTargetActivity_noMainActivity() 597 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_dynamicExists_alreadyPinned()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerShellCommand.java | 307 private Intent makeIntent(int defUser) throws URISyntaxException { in makeIntent() method in ActivityManagerShellCommand 416 intent = makeIntent(UserHandle.USER_CURRENT); 627 intent = makeIntent(UserHandle.USER_CURRENT); 659 intent = makeIntent(UserHandle.USER_CURRENT); 717 intent = makeIntent(UserHandle.USER_CURRENT); 1704 intent = makeIntent(UserHandle.USER_CURRENT);
|
/frameworks/base/services/ |
D | art-profile | 3063 HSPLcom/android/server/am/ActivityManagerShellCommand;->makeIntent(I)Landroid/content/Intent;
|