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.java262 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in checkRequestPinShortcut()
416 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_noTargetActivity_noMainActivity()
546 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists()
568 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists()
583 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists()
597 .setIntent(makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class)); in testRequestPinShortcut_dynamicExists_alreadyPinned()
689 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists_alreadyPinned()
706 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists_alreadyPinned()
729 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists_alreadyPinned()
750 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists_alreadyPinned()
[all …]
DShortcutManagerTest1.java294 makeComponent(ShortcutActivity.class), in testSetDynamicShortcuts()
1314 .setIntent(makeIntent(Intent.ACTION_ANSWER, ShortcutActivity.class, in testUpdateShortcuts()
1476 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testShortcutManagerGetShortcuts_shortcutTypes()
1747 makeComponent(ShortcutActivity.class)); in testGetShortcuts()
1801 new ComponentName(CALLING_PACKAGE_2, ShortcutActivity.class.getName()), in testGetShortcuts()
1947 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetShortcuts_shortcutKinds()
1966 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetShortcuts_shortcutKinds()
2063 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings()
2074 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings()
2108 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testGetShortcuts_personsFlag()
[all …]
DShortcutManagerTest2.java231 .setIntent(makeIntent("action", ShortcutActivity.class)) in testShortcutInfoParcel()
250 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoParcel()
310 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoParcel_resId()
363 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone()
511 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone_resId()
628 .setIntent(makeIntent("action", ShortcutActivity.class)) in testShortcutInfoClone_minimum()
674 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom()
766 .setIntent(makeIntent("action2", ShortcutActivity.class)).build()); in testShortcutInfoCopyNonNullFieldsFrom()
773 .setIntent(makeIntent("action3", ShortcutActivity.class, "key", "x")).build()); in testShortcutInfoCopyNonNullFieldsFrom()
806 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom_resId()
[all …]
DBaseShortcutManagerTest.java904 public static class ShortcutActivity extends Activity { class in BaseShortcutManagerTest
1772 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcut()
1779 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTitle()
1785 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithShortLabel()
1794 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestamp()
1806 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestampWithActivity()
1817 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithIcon()
1826 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makePackageShortcut()
1850 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivity()
1863 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivityAndTitle()
[all …]
DShortcutManagerTest7.java282 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testClearShortcuts()
341 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetShortcuts()
DShortcutManagerTest3.java40 ShortcutActivity.class.getName());
514 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetSharingShortcutCount()