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.java1198 final ShortcutInfo s2_3 = makeShortcutWithActivity("s3", in testGetShortcuts()
1200 final ShortcutInfo s2_4 = makeShortcutWithActivity("s4", in testGetShortcuts()
4532 makeShortcutWithActivity("s1", ACTIVITY1), in testHandlePackageChanged()
4533 makeShortcutWithActivity("s2", ACTIVITY2) in testHandlePackageChanged()
4650 makeShortcutWithActivity("s1a", in testHandlePackageUpdate_activityNoLongerMain()
4652 makeShortcutWithActivity("s1b", in testHandlePackageUpdate_activityNoLongerMain()
4654 makeShortcutWithActivity("s2a", in testHandlePackageUpdate_activityNoLongerMain()
4656 makeShortcutWithActivity("s2b", in testHandlePackageUpdate_activityNoLongerMain()
4658 makeShortcutWithActivity("s3a", in testHandlePackageUpdate_activityNoLongerMain()
4660 makeShortcutWithActivity("s3b", in testHandlePackageUpdate_activityNoLongerMain()
[all …]
DShortcutManagerTest8.java339 ShortcutInfo s1 = makeShortcutWithActivity("s1", in testRequestPinShortcut_explicitTargetActivity()
395 ShortcutInfo s1 = makeShortcutWithActivity("s1", in testRequestPinShortcut_wrongTargetActivity()
DBaseShortcutManagerTest.java1428 protected ShortcutInfo makeShortcutWithActivity(String id, ComponentName activity) { in makeShortcutWithActivity() method in BaseShortcutManagerTest