Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java566 .setContentIntent(makeIntent())
579 .setContentIntent(makeIntent())
592 .setContentIntent(makeIntent())
605 .setContentIntent(makeIntent())
619 .setContentIntent(makeIntent())
914 .setContentIntent(makeIntent())
951 .setContentIntent(makeIntent())
964 .setContentIntent(makeIntent())
977 .setContentIntent(makeIntent())
991 .setContentIntent(makeIntent())
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest2.java245 .setIntent(makeIntent("action", ShortcutActivity.class)) in testShortcutInfoParcel()
264 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoParcel()
341 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoParcel_resId()
394 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone()
542 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone_resId()
659 .setIntent(makeIntent("action", ShortcutActivity.class)) in testShortcutInfoClone_minimum()
705 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom()
797 .setIntent(makeIntent("action2", ShortcutActivity.class)).build()); in testShortcutInfoCopyNonNullFieldsFrom()
837 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom_resId()
926 .setIntent(makeIntent("action2", ShortcutActivity.class)).build()); in testShortcutInfoCopyNonNullFieldsFrom_resId()
[all …]
H A DBaseShortcutManagerTest.java1520 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcut()
1530 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)) in makeShortcutExcludedFromLauncher()
1541 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTitle()
1547 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithShortLabel()
1556 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestamp()
1568 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestampWithActivity()
1579 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithIcon()
1632 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), rank); in makeShortcutWithActivityAndRank()
1711 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)) in makeShortcutWithCategory()
1727 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)) in makeShortcutWithLocusId()
[all …]
H A DShortcutManagerTest1.java301 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testSetDynamicShortcuts()
310 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testSetDynamicShortcuts()
317 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testSetDynamicShortcuts()
2068 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings()
2079 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings()
2164 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testGetShortcutInfo()
2173 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity3.class), in testGetShortcutInfo()
2185 makeIntent(Intent.ACTION_ANSWER, ShortcutActivity2.class, in testGetShortcutInfo()
3461 makeIntent(Intent.ACTION_ANSWER, ShortcutActivity.class, in testStartShortcut()
3881 makeIntent(Intent.ACTION_ASSIST, ShortcutActivity2.class, in testSaveAndLoadUser()
[all …]
H A DShortcutManagerTest8.java265 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in checkRequestPinShortcut()
421 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_noTargetActivity_noMainActivity()
602 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_dynamicExists_alreadyPinned()
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/
H A DMain.kt37 class Demo(val name: String, val makeIntent: (Context) -> Intent) {
133 startActivity(demo.makeIntent(this))
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java457 private Intent makeIntent(int defUser) throws URISyntaxException { in makeIntent() method in ActivityManagerShellCommand
601 intent = makeIntent(UserHandle.USER_CURRENT);
826 intent = makeIntent(UserHandle.USER_CURRENT);
858 intent = makeIntent(UserHandle.USER_CURRENT);
917 intent = makeIntent(UserHandle.USER_CURRENT);
2248 intent = makeIntent(UserHandle.USER_CURRENT);
3503 intent = makeIntent(UserHandle.USER_CURRENT);