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.java258 makeComponent(ShortcutActivity.class), in testSetDynamicShortcuts()
1048 .setIntent(makeIntent(Intent.ACTION_ANSWER, ShortcutActivity.class, in testUpdateShortcuts()
1201 makeComponent(ShortcutActivity.class)); in testGetShortcuts()
1253 new ComponentName(CALLING_PACKAGE_2, ShortcutActivity.class.getName()), in testGetShortcuts()
1323 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetShortcuts_shortcutKinds()
1342 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetShortcuts_shortcutKinds()
1439 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings()
1450 .setIntent(makeIntent("action", ShortcutActivity.class)) in testGetShortcuts_resolveStrings()
1486 makeComponent(ShortcutActivity.class), in testGetShortcutInfo()
2669 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()
300 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoParcel_resId()
348 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone()
455 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoClone_resId()
567 .setIntent(makeIntent("action", ShortcutActivity.class)) in testShortcutInfoClone_minimum()
613 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom()
697 .setIntent(makeIntent("action2", ShortcutActivity.class)).build()); in testShortcutInfoCopyNonNullFieldsFrom()
704 .setIntent(makeIntent("action3", ShortcutActivity.class, "key", "x")).build()); in testShortcutInfoCopyNonNullFieldsFrom()
737 .setIntent(makeIntent("action", ShortcutActivity.class, "key", "val")) in testShortcutInfoCopyNonNullFieldsFrom_resId()
[all …]
DBaseShortcutManagerTest.java534 public static class ShortcutActivity extends Activity { class in BaseShortcutManagerTest
1353 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcut()
1360 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTitle()
1366 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithShortLabel()
1375 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestamp()
1387 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithTimestampWithActivity()
1398 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithIcon()
1407 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makePackageShortcut()
1431 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivity()
1444 makeIntent(Intent.ACTION_VIEW, ShortcutActivity.class), /* rank =*/ 0); in makeShortcutWithActivityAndTitle()
[all …]
DShortcutManagerTest7.java287 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testClearShortcuts()
DShortcutManagerTest3.java37 ShortcutActivity.class.getName());