Home
last modified time | relevance | path

Searched refs:makeIntent (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DNotificationTestList.java570 .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/
DShortcutManagerTest2.java231 .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 …]
DBaseShortcutManagerTest.java1416 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 …]
DShortcutManagerTest1.java277 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 …]
DShortcutManagerTest8.java262 .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/
DActivityManagerShellCommand.java307 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/
Dart-profile3063 HSPLcom/android/server/am/ActivityManagerShellCommand;->makeIntent(I)Landroid/content/Intent;