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.java275 makeComponent(ShortcutActivity.class), in testSetDynamicShortcuts()
1099 .setIntent(makeIntent(Intent.ACTION_ANSWER, ShortcutActivity.class, in testUpdateShortcuts()
1252 makeComponent(ShortcutActivity.class)); in testGetShortcuts()
1304 new ComponentName(CALLING_PACKAGE_2, ShortcutActivity.class.getName()), in testGetShortcuts()
1374 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetShortcuts_shortcutKinds()
1393 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetShortcuts_shortcutKinds()
1490 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings()
1501 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings()
1537 makeComponent(ShortcutActivity.class), in testGetShortcutInfo()
2809 makeComponent(ShortcutActivity.class), in testStartShortcut()
[all …]
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.java566 public static class ShortcutActivity extends Activity { class in BaseShortcutManagerTest
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()
[all …]
DShortcutManagerTest3.java40 ShortcutActivity.class.getName());
514 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetSharingShortcutCount()
DShortcutManagerTest7.java288 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testClearShortcuts()