Searched refs:ShortcutActivity (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest8.java | 551 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists() 573 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists() 588 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists() 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() 838 ShortcutActivity.class.getName())) in testRequestPinShortcut_wasManifest_alreadyPinned() 931 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists_alreadyPinnedByAnother() 960 ShortcutActivity.class.getName())) in testRequestPinShortcut_manifestExists_alreadyPinnedByAnother() [all …]
|
H A D | ShortcutManagerTest1.java | 299 makeComponent(ShortcutActivity.class), in testSetDynamicShortcuts() 1752 makeComponent(ShortcutActivity.class)); in testGetShortcuts() 2162 makeComponent(ShortcutActivity.class), in testGetShortcutInfo() 3434 makeComponent(ShortcutActivity.class), in testStartShortcut() 3459 makeComponent(ShortcutActivity.class), in testStartShortcut() 3500 ShortcutActivity.class.getName(), in testStartShortcut() 3532 ShortcutActivity.class.getName(), in testStartShortcut() 3879 makeComponent(ShortcutActivity.class), in testSaveAndLoadUser() 3906 makeComponent(ShortcutActivity.class), in testSaveAndLoadUser() 3936 makeComponent(ShortcutActivity.class), in testSaveAndLoadUser() [all …]
|
H A D | ShortcutManagerTest2.java | 245 .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 D | BaseShortcutManagerTest.java | 652 public static class ShortcutActivity extends Activity { class in BaseShortcutManagerTest 1520 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() 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 D | ShortcutManagerTest7.java | 285 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testClearShortcuts() 344 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetShortcuts()
|
H A D | ShortcutManagerTest3.java | 43 ShortcutActivity.class.getName()); 517 new ComponentName(CALLING_PACKAGE_1, ShortcutActivity.class.getName()), in testGetSharingShortcutCount()
|