Searched refs:makeShortcutWithActivity (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest1.java | 5483 makeShortcutWithActivity("s2", ACTIVITY2) in testHandlePackageChanged() 5600 makeShortcutWithActivity("s1a", in testHandlePackageUpdate_activityNoLongerMain() 5602 makeShortcutWithActivity("s1b", in testHandlePackageUpdate_activityNoLongerMain() 5604 makeShortcutWithActivity("s2a", in testHandlePackageUpdate_activityNoLongerMain() 5606 makeShortcutWithActivity("s2b", in testHandlePackageUpdate_activityNoLongerMain() 5608 makeShortcutWithActivity("s3a", in testHandlePackageUpdate_activityNoLongerMain() 5610 makeShortcutWithActivity("s3b", in testHandlePackageUpdate_activityNoLongerMain() 8543 makeShortcutWithActivity("s11", a2), in testMaxShortcutCount_add() 8544 makeShortcutWithActivity("s21", a1))); in testMaxShortcutCount_add() 8616 makeShortcutWithActivity("s11", a2), in testMaxShortcutCount_update() [all …]
|
H A D | ShortcutManagerTest11.java | 353 makeShortcutWithActivity("s2", new ComponentName(CALLING_PACKAGE_1, "test"))))); in testShortcutChangeCallback_updateShortcuts() 364 assertTrue(mManager.updateShortcuts(list(makeShortcutWithActivity("s2", updatedCn)))); in testShortcutChangeCallback_updateShortcuts()
|
H A D | ShortcutManagerTest8.java | 344 ShortcutInfo s1 = makeShortcutWithActivity("s1", in testRequestPinShortcut_explicitTargetActivity() 400 ShortcutInfo s1 = makeShortcutWithActivity("s1", in testRequestPinShortcut_wrongTargetActivity()
|
H A D | BaseShortcutManagerTest.java | 1609 protected ShortcutInfo makeShortcutWithActivity(String id, ComponentName activity) { in makeShortcutWithActivity() method in BaseShortcutManagerTest
|