Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java1744 final ShortcutInfo s2_3 = makeShortcutWithActivity("s3", in testGetShortcuts()
1746 final ShortcutInfo s2_4 = makeShortcutWithActivity("s4", in testGetShortcuts()
5314 makeShortcutWithActivity("s1", ACTIVITY1), in testHandlePackageChanged()
5315 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()
[all …]
DShortcutManagerTest11.java351 makeShortcutWithActivity("s2", new ComponentName(CALLING_PACKAGE_1, "test"))))); in testShortcutChangeCallback_updateShortcuts()
362 assertTrue(mManager.updateShortcuts(list(makeShortcutWithActivity("s2", updatedCn)))); in testShortcutChangeCallback_updateShortcuts()
DShortcutManagerTest8.java339 ShortcutInfo s1 = makeShortcutWithActivity("s1", in testRequestPinShortcut_explicitTargetActivity()
395 ShortcutInfo s1 = makeShortcutWithActivity("s1", in testRequestPinShortcut_wrongTargetActivity()
DBaseShortcutManagerTest.java1847 protected ShortcutInfo makeShortcutWithActivity(String id, ComponentName activity) { in makeShortcutWithActivity() method in BaseShortcutManagerTest