Home
last modified time | relevance | path

Searched refs:makeShortcutWithActivity (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DShortcutManagerTest1.java5315 makeShortcutWithActivity("s2", ACTIVITY2) in testHandlePackageChanged()
5432 makeShortcutWithActivity("s1a", in testHandlePackageUpdate_activityNoLongerMain()
5434 makeShortcutWithActivity("s1b", in testHandlePackageUpdate_activityNoLongerMain()
5436 makeShortcutWithActivity("s2a", in testHandlePackageUpdate_activityNoLongerMain()
5438 makeShortcutWithActivity("s2b", in testHandlePackageUpdate_activityNoLongerMain()
5440 makeShortcutWithActivity("s3a", in testHandlePackageUpdate_activityNoLongerMain()
5442 makeShortcutWithActivity("s3b", in testHandlePackageUpdate_activityNoLongerMain()
8367 makeShortcutWithActivity("s11", a2), in testMaxShortcutCount_add()
8368 makeShortcutWithActivity("s21", a1))); in testMaxShortcutCount_add()
8440 makeShortcutWithActivity("s11", a2), in testMaxShortcutCount_update()
[all …]
H A DShortcutManagerTest11.java351 makeShortcutWithActivity("s2", new ComponentName(CALLING_PACKAGE_1, "test"))))); in testShortcutChangeCallback_updateShortcuts()
362 assertTrue(mManager.updateShortcuts(list(makeShortcutWithActivity("s2", updatedCn)))); in testShortcutChangeCallback_updateShortcuts()
H A DShortcutManagerTest8.java339 ShortcutInfo s1 = makeShortcutWithActivity("s1", in testRequestPinShortcut_explicitTargetActivity()
395 ShortcutInfo s1 = makeShortcutWithActivity("s1", in testRequestPinShortcut_wrongTargetActivity()
H A DBaseShortcutManagerTest.java1847 protected ShortcutInfo makeShortcutWithActivity(String id, ComponentName activity) { in makeShortcutWithActivity() method in BaseShortcutManagerTest