Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DShortcutManagerTest1.java1249 final ShortcutInfo s2_3 = makeShortcutWithActivity("s3", in testGetShortcuts()
1251 final ShortcutInfo s2_4 = makeShortcutWithActivity("s4", in testGetShortcuts()
4701 makeShortcutWithActivity("s1", ACTIVITY1), in testHandlePackageChanged()
4702 makeShortcutWithActivity("s2", ACTIVITY2) in testHandlePackageChanged()
4819 makeShortcutWithActivity("s1a", in testHandlePackageUpdate_activityNoLongerMain()
4821 makeShortcutWithActivity("s1b", in testHandlePackageUpdate_activityNoLongerMain()
4823 makeShortcutWithActivity("s2a", in testHandlePackageUpdate_activityNoLongerMain()
4825 makeShortcutWithActivity("s2b", in testHandlePackageUpdate_activityNoLongerMain()
4827 makeShortcutWithActivity("s3a", in testHandlePackageUpdate_activityNoLongerMain()
4829 makeShortcutWithActivity("s3b", in testHandlePackageUpdate_activityNoLongerMain()
[all …]
DShortcutManagerTest8.java339 ShortcutInfo s1 = makeShortcutWithActivity("s1", in testRequestPinShortcut_explicitTargetActivity()
395 ShortcutInfo s1 = makeShortcutWithActivity("s1", in testRequestPinShortcut_wrongTargetActivity()
DBaseShortcutManagerTest.java1491 protected ShortcutInfo makeShortcutWithActivity(String id, ComponentName activity) { in makeShortcutWithActivity() method in BaseShortcutManagerTest