Home
last modified time | relevance | path

Searched refs:ShortcutActivity (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest8.java265 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in checkRequestPinShortcut()
421 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_noTargetActivity_noMainActivity()
551 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists()
573 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists()
588 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists()
602 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_dynamicExists_alreadyPinned()
694 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists_alreadyPinned()
711 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists_alreadyPinned()
734 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists_alreadyPinned()
755 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists_alreadyPinned()
[all …]
DShortcutManagerTest1.java299 makeComponent(ShortcutActivity.class), in testSetDynamicShortcuts()
1370 .setIntent(makeIntent(Intent.ACTION_ANSWER, ShortcutActivity.class, in testUpdateShortcuts()
1532 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testShortcutManagerGetShortcuts_shortcutTypes()
1803 makeComponent(ShortcutActivity.class)); in testGetShortcuts()
1857 new ComponentName(CALLING_PACKAGE_2, ShortcutActivity.class.getName()), in testGetShortcuts()
2003 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetShortcuts_shortcutKinds()
2022 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetShortcuts_shortcutKinds()
2119 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings()
2130 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings()
2164 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testGetShortcuts_personsFlag()
[all …]
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()
804 .setIntent(makeIntent("action3", ShortcutActivity.class, "key", "x")).build()); in testShortcutInfoCopyNonNullFieldsFrom()
837 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom_resId()
[all …]
DBaseShortcutManagerTest.java654 public static class ShortcutActivity extends Activity { class in BaseShortcutManagerTest
1544 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcut()
1554 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)) in makeShortcutExcludedFromLauncher()
1565 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTitle()
1571 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithShortLabel()
1580 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestamp()
1592 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestampWithActivity()
1603 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithIcon()
1612 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makePackageShortcut()
1636 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivity()
[all …]
DShortcutManagerTest7.java285 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testClearShortcuts()
344 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetShortcuts()
DShortcutManagerTest3.java43 ShortcutActivity.class.getName());
517 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetSharingShortcutCount()